Section 7: TSP command reference
Models 707B and 708B Switching Matrix Reference Manual
7-118
707B-901-01 Rev. B / January 2015
localnode.define.*
These constants indicate the number of available features (of each feature type) for each local node instrument.
Type
TSP-Link accessible
Affected by
Where saved
Default value
CONSTANT (R)
- -
.MAX_TIMERS
Yes
.MAX_DIO_LINES
Yes
.MAX_TSPLINK_TRIGS
Yes
.MAX_BLENDERS
Yes
.MAX_BLENDER_INPUTS
Yes
.MAX_LAN_TRIGS
Yes
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
maxNumber
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.
Also see
None