![Keithley DMM7510 Скачать руководство пользователя страница 841](http://html2.mh-extra.com/html/keithley/dmm7510/dmm7510_reference-manual_4027507841.webp)
Section 8: TSP command reference
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
8-228
DMM7510-901-01 Rev. B / May 2015
localnode.version
This attribute stores the firmware version of the instrument.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
version
= localnode.version
version
Instrument version level
Details
This attribute indicates the version number of the firmware that is presently running in the instrument.
Example
print(localnode.version)
Outputs the present version level. Example output:
1.0.0a
Also see
(on page 8-222)
(on page 8-225)
node[N].execute()
This function starts test scripts on a remote TSP-Link node.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes (see
Details
)
Usage
node[
N
].execute(
scriptCode
)
N
The node number of this instrument (1 to 64)
scriptCode
A string containing the source code
Details
This command is only applicable to TSP-Link systems. You can use this command to use the remote
master node to run a script on the specified node. This function does not run test scripts on the
master node; only on the subordinate node when initiated by the master node.
This function may only be called when the group number of the node is different than the node of the
master.
This function does not wait for the script to finish execution.