schSplitNumber
schSplitNumber( ) => string
Description
Used as an IL label on a split symbol. It provides the split index (starting from 1) to the instance on which the label is attached. When split instances are added to a schematic, it is useful to have a label on the instance that indicates the index of the split out of the total number splits for the device.
Arguments
Value Returned
|
Returns a string in the format |
Examples
When there are five split symbols for a device, adding the first split, s1, the label will display 1 of 5.
schSplitNumber()
Return to top