Section 11: TSP command reference
Series 3700A System Switch/Multimeter Reference Manual
11-306
3700AS-901-01 Rev. D/June 2018
Example
print(ptp.portstate)
Output (this output indicates that PTP is
disabled):
2.00000
Also see
(on page 11-305)
ptp.slavepreferred
This attribute describes whether you prefer to have the instrument be a subordinate clock or not.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Never
Nonvolatile memory
false (disabled)
Usage
value
= ptp.slavepreferred
ptp.slavepreferred =
value
value
0
: Disabled
1
: Enabled
Details
From the factory, this attribute is
1
. After you set this attribute, it is saved in nonvolatile memory. That
setting is recalled the next time the instrument is powered up.
Example
ptp.slavepreferred = 1
print(ptp.slavepreferred)
Set the instrument to be a subordinate clock.
Check to see if the instrument is a
subordinate clock.
Output:
1
Also see
Not applicable