Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-283
localnode.define.*
These constants indicate the number of available features (of each feature type) for each local node instrument.
Usage
maxNumber = localnode.define.MAX_TIMERS
maxNumber = localnode.define.MAX_DIO_LINES
maxNumber = localnode.define.MAX_TSPLINK_TRIGS
maxNumber = localnode.define.MAX_BLENDERS
maxNumber = localnode.define.MAX_BLENDER_INPUTS
maxNumber = localnode.define.MAX_LAN_TRIGS
maxNumber = localnode.define.MAX_CHANNEL_TRIGS
A variable assigned the value of the constant.; the constant equals the local node
instrument's maximum number available for the specified feature
Details
These read-only constants indicate the following types of features: timers, digital input/output lines,
triggers, and blenders. They provide the number of features available (which is the maximum) for the
specified local node feature.
When using this command from a remote node, localnode should be replaced with the node
reference, for example node[5].define.MAX_TIMERS.
Example
maxNumber = localnode.define.MAX_TIMERS
Reads the maximum number of timers
that are available for the presently active
instrument.