SamTime
SCPI Command :
LANE<*>:EQUalization:DFE:TIMReference:CDR:SOFTware:SAMTime
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default) float[source]
# LANE<*>:EQUalization:DFE:TIMReference:CDR:SOFTware:SAMTime value: float = driver.lane.equalization.dfe.timReference.cdr.software.samTime.get(lane = repcap.Lane.Default)
Sets a sampling time for the clock signal, an offset for the clock edge in relation to the bit start. Available if method
RsRtx.lane.equalization.dfe.timReference.source.set()is set to CDR.- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
- Returns:
sampling_time: 0 to 1
- set(sampling_time: float, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:DFE:TIMReference:CDR:SOFTware:SAMTime driver.lane.equalization.dfe.timReference.cdr.software.samTime.set(sampling_time = 1.0, lane = repcap.Lane.Default)
Sets a sampling time for the clock signal, an offset for the clock edge in relation to the bit start. Available if method
RsRtx.lane.equalization.dfe.timReference.source.set()is set to CDR.- Parameters:
sampling_time – 0 to 1
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)