SkeState
SCPI Command :
PROBe<*>:SKEState
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(probe=Probe.Default) bool[source]
# PROBe<*>:SKEState value: bool = driver.probe.skeState.get(probe = repcap.Probe.Default)
If enabled, the skew of all connected active probes is measured, displayed, and used for deskewing.
- Parameters:
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)
- set(prb_deskew_st: bool, probe=Probe.Default) None[source]
# PROBe<*>:SKEState driver.probe.skeState.set(prb_deskew_st = False, probe = repcap.Probe.Default)
If enabled, the skew of all connected active probes is measured, displayed, and used for deskewing.
- Parameters:
prb_deskew_st – OFF | ON
probe – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Probe’)