Level
SCPI Command :
LANE<*>:EQUalization:DFE:TIMReference:CLOCk:LEVel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default) ReferenceLevelMode[source]
# LANE<*>:EQUalization:DFE:TIMReference:CLOCk:LEVel value: enums.ReferenceLevelMode = driver.lane.equalization.dfe.timReference.clock.level.get(lane = repcap.Lane.Default)
Sets the vertical reference level of the timing reference source. Available if method
RsRtx.lane.equalization.dfe.timReference.source.set()is set to CLOCk.- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
- Returns:
clk_ref_lev_sel: UPPer | MIDDle | LOWer
- set(clk_ref_lev_sel: ReferenceLevelMode, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:DFE:TIMReference:CLOCk:LEVel driver.lane.equalization.dfe.timReference.clock.level.set(clk_ref_lev_sel = enums.ReferenceLevelMode.LOWer, lane = repcap.Lane.Default)
Sets the vertical reference level of the timing reference source. Available if method
RsRtx.lane.equalization.dfe.timReference.source.set()is set to CLOCk.- Parameters:
clk_ref_lev_sel – UPPer | MIDDle | LOWer
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)