Section 7: TSP command reference
Models 707B and 708B Switching Matrix Reference Manual
7-20
707B-901-01 Rev. B / January 2015
Details
When
channel.connectsequential
is enabled, the list of channel actions is acted on
sequentially. No two relays are opened or closed simultaneously.
Using a sequential close allows you to determine the time for a close operation to happen. For
example, if you close three channels and each takes 4 ms to closej (assuming no additional user
delay times), with sequential on, it will take 12 ms. With sequential off, it may be 4, 8 or 12 ms,
depending on whether or not the card can close multiple channels at once.
The order in which channels are opened or closed is not guaranteed with sequential off.
The sequential setting affects all channels in the instrument.
Example
channel.connectsequential = channel.ON
Specifies that channels close sequentially.
Also see
(on page 7-18)
(on page 2-80)
channel.createspecifier()
This function creates a string channel descriptor from a series of card-dependent integer arguments.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
specifier
= channel.createspecifier(
slot
,
row
,
column
)
specifier
The formatted string for the channel
slot
The slot number to use (1 to 6)
row
The row number to use (see the matrix card documentation for limits); map row
letters to numbers (A = 1, B = 2, and so on)
column
Specifies the column number to use