Factor

SCPI Command :

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

Sets a clock multiplier factor. 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:

ref_clk_multiplicator: 1 to 100

set(ref_clk_multiplicator: int, lane=Lane.Default) None[source]
# LANE<*>:EQUalization:DFE:TIMReference:CLOCk:FACTor
driver.lane.equalization.dfe.timReference.clock.factor.set(ref_clk_multiplicator = 1, lane = repcap.Lane.Default)

Sets a clock multiplier factor. Available if method RsRtx.lane.equalization.dfe.timReference.source.set() is set to CLOCk.

Parameters:
  • ref_clk_multiplicator – 1 to 100

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