SamTime
SCPI Command :
TRIGger<*>:CDR:EYE:SAMTime
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) float[source]
# TRIGger<*>:CDR:EYE:SAMTime value: float = driver.trigger.cdr.eye.samTime.get(trigger = repcap.Trigger.Default)
Sets a sampling time for the clock signal, an offset for the clock edge in relation to the bit start. The clock edge sets the beginning of the unit interval. The sampling time is a number between 0 and 1. Value 0 sets the clock edge to the beginning of the bit period; value 0.5 sets the clock edge to the middle of the bit period.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(unt_intvl_offs: float, trigger=Trigger.Default) None[source]
# TRIGger<*>:CDR:EYE:SAMTime driver.trigger.cdr.eye.samTime.set(unt_intvl_offs = 1.0, trigger = repcap.Trigger.Default)
Sets a sampling time for the clock signal, an offset for the clock edge in relation to the bit start. The clock edge sets the beginning of the unit interval. The sampling time is a number between 0 and 1. Value 0 sets the clock edge to the beginning of the bit period; value 0.5 sets the clock edge to the middle of the bit period.
- Parameters:
unt_intvl_offs – 0 to 1
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)