Offset

SCPI Command :

LANE<*>:EQUalization:DFE:TIMReference:CLOCk:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) float[source]
# LANE<*>:EQUalization:DFE:TIMReference:CLOCk:OFFSet
value: float = driver.lane.equalization.dfe.timReference.clock.offset.get(lane = repcap.Lane.Default)

Sets a clock offset for the explicit clock signal. 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:

clock_offset: -1000 to 1000

set(clock_offset: float, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:DFE:TIMReference:CLOCk:OFFSet
driver.lane.equalization.dfe.timReference.clock.offset.set(clock_offset = 1.0, lane = repcap.Lane.Default)

Sets a clock offset for the explicit clock signal. Available if method RsRtx.lane.equalization.dfe.timReference.source.set() is set to CLOCk.

Parameters:
  • clock_offset – -1000 to 1000

  • lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)