Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-114
707B-901-01 Rev. A / August 2010
Example
print(lan.status.speed)
Returns the instrument's transmission speed
presently in use, such as:
1.002
Also see
None
lan.status.subnetmask
This attribute reads the LAN subnet mask that is presently in use.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
mask = lan.status.subnetmask
mask
A string specifying the subnet mask in dotted decimal notation.
Example
print(lan.status.subnetmask)
Returns the subnet mask of the instrument that is
presently in use, such as:
255.255.255.0
Also see
None
lan.trigger[N].assert()
This function simulates the occurrence of the trigger and generates the corresponding event ID.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
lan.trigger[N].assert()
N
The trigger packet over LAN to assert (1 to 8)