Series 3700A System Switch/Multimeter Reference Manual
Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018
11-357
The
id
parameter can use a path that is absolute or relative to the current working directory.
iIf you do not specify the
id
parameter, the setup is saved to the nonvolatile memory of the
instrument. If a previous setup exists, it is overwritten.
You can also create configuration scripts to save setups. See
Save the present configuration
Example
setup.save()
Saves the present setup to the internal memory of the
instrument. If there is an existing setup, it is overwritten.
Also see
(on page 11-110)
(on page 3-30)
(on page 11-356)
slot[slot].banks.matrix
This attribute describes the number of banks in the matrix for a card.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Never
Not applicable
Not applicable
Usage
value
= slot[
slot
].banks.matrix
value
The number of banks in the matrix
slot
The slot number
Details
Returns the number of banks in the matrix on the card in the specified slot. If no matrix or no card
exists, it returns
nil
.
Example
print(slot[1].banks.matrix)
Returns the number of banks in the matrix on the
card in slot 1 (4 banks).
Output:
4.000000
Also see
(on page 11-358)