OfEstimation

SCPI Command :

EYE<*>:TIMReference:CLOCk:OFEStimation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(eye=Eye.Default) None[source]
# EYE<*>:TIMReference:CLOCk:OFEStimation
driver.eye.timReference.clock.ofEstimation.set(eye = repcap.Eye.Default)

Executes an estimation of the signal for the clock offset. 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_and_wait(eye=Eye.Default, opc_timeout_ms: int = -1) None[source]