Docs
NAME
createAbstractConnectors - create object that represents an array of abstract connectors
SYNOPSIS
function createAbstractConnectors(count);
DESCRIPTION
The function is used to create an array of abstract connectors with count elements.
RETURN VALUES
Upon successful completion, createAbstractConnectors returns a unique id of newly created object. Otherwise, 0 is returned.
NOTES
Connectors are created with undefined signals on them.
Don't forget to call closeId function to release the object when it is no longer needed.
EXAMPLES
To create 5 abstract connectors:
сonnectors = createAbstractConnectors(5);