Frequency
SCPI Command :
EYE<*>:TIMReference:CLOCk:FREQuency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) float[source]
# EYE<*>:TIMReference:CLOCk:FREQuency value: float = driver.eye.timReference.clock.frequency.get(eye = repcap.Eye.Default)
Sets the clock frequency for the explicit clock signal. Available if method
RsRtx.eye.timReference.source.set()is set to CLOCk.- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- set(clock_frequency: float, eye=Eye.Default) None[source]
# EYE<*>:TIMReference:CLOCk:FREQuency driver.eye.timReference.clock.frequency.set(clock_frequency = 1.0, eye = repcap.Eye.Default)
Sets the clock frequency for the explicit clock signal. Available if method
RsRtx.eye.timReference.source.set()is set to CLOCk.- Parameters:
clock_frequency – 1000 to 10E+9
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)