SamTime
SCPI Command :
EYE<*>:TIMReference:CDR:SOFTware:SAMTime
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) float[source]
# EYE<*>:TIMReference:CDR:SOFTware:SAMTime value: float = driver.eye.timReference.cdr.software.samTime.get(eye = repcap.Eye.Default)
Sets the sampling time for the software CDR. Available, if method
RsRtx.eye.timReference.source.set()is set to CDR and methodRsRtx.eye.timReference.cdr.select.set()is set to SW.- 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<*>:TIMReference:CDR:SOFTware:SAMTime driver.eye.timReference.cdr.software.samTime.set(sampling_time = 1.0, eye = repcap.Eye.Default)
Sets the sampling time for the software CDR. Available, if method
RsRtx.eye.timReference.source.set()is set to CDR and methodRsRtx.eye.timReference.cdr.select.set()is set to SW.- Parameters:
sampling_time – 0 to 1
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)