SamTime
SCPI Command :
EYE<*>:SAMTime
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) float[source]
# EYE<*>:SAMTime value: float = driver.eye.samTime.get(eye = repcap.Eye.Default)
Sets a sampling time for the clock signal, an offset for the clock edge in relation to the bit start.
- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- Returns:
sampling_time: 0 to 1
- set(sampling_time: float, eye=Eye.Default) None[source]
# EYE<*>:SAMTime driver.eye.samTime.set(sampling_time = 1.0, eye = repcap.Eye.Default)
Sets a sampling time for the clock signal, an offset for the clock edge in relation to the bit start.
- Parameters:
sampling_time – 0 to 1
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)