User manual

Series 3700 System Switch/Multimeter Reference Manual Section 13: Instrument Control Library (ICL)
3700S-901-01 Rev. C / July 2008 13-227
ptp.ds.portconfig()
Example
print(ptp.ds.portconfig())
Last Sync Event Seq: 22
Last General Event Seq: 0
Port Communication: 1
Event Port Address: 319
General Port Address: 320
Port Id Field: 1
Burst Enabled: 0
Subdomain Address: 224 0 1 129
Port UUID: 00 60 0c 01 83 ee
Random Number r: 29
Random Number q: 12
Sync Counter: 20
Number of Bursts: 6
Burst Counter: 0
ptp.enable()
Function
Enable/disable 1588 on the Series 3700.
Usage
ptp.enable [0|1|ptp.ON|ptp.OFF]
ptp.ON (1)
ptp.OFF (0)
Example
ptp.enable=1
print(ptp.enable)
ptp.portstate
Attribute
Read-only value that indicates the state of the 1588 engine: initializing, faulting,
listening, master, slave, uncalibrated, passive, or disabled (see ptp constants).
Usage
ptp.portstate