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