Frequency

SCPI Command :

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

Sets the clock frequency for the 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_frequency: 1000 to 10E+9

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

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

Parameters:
  • clock_frequency – 1000 to 10E+9

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