GetShortedDisabledInstances Function

Returns a list of all disabled instances on the current schematic. Instances may be disabled using the SetDisable command. A disabled instance is inactive as if it were not present in the schematic.

Arguments

Number Type Compulsory Default Description
1 String Yes Property used to report instances
2 real No -1 Schematic ID

Argument 1

Property used to report instances

Argument 2

Schematic ID as returned by OpenSchematic . This makes it possible to apply this function to any schematic and not just the one that is currently displayed. See OpenSchematic for more details.

Returns

Return type: String array

List of property values (defined by argument 1) identifying the short-circuit disabled instances

See Also