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 (on
page 3-33).
Example
Saves the present setup to the internal memory of the
instrument. If there is an existing setup, it is overwritten.
Also see
createconfigscript() (on page 11-110)
Saved setups (on page 3-30)
setup.recall() (on page 11-356)
slot[slot].banks.matrix
This attribute describes the number of banks in the matrix for a card.
Usage
value = slot[slot].banks.matrix
The number of banks in the matrix
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.000000000e+000
Also see
slot[slot].columns.matrix (on page 11-358)