Tref
SCPI Command :
MEASurement<*>:JITTer:TREF
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) float[source]
# MEASurement<*>:JITTer:TREF value: float = driver.measurement.jitter.tref.get(measIndex = repcap.MeasIndex.Default)
Selects the timing reference, which is one of the available clock configurations. The timing reference must be defined before it can be used.
- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- set(tim_ref: float, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:JITTer:TREF driver.measurement.jitter.tref.set(tim_ref = 1.0, measIndex = repcap.MeasIndex.Default)
Selects the timing reference, which is one of the available clock configurations. The timing reference must be defined before it can be used.
- Parameters:
tim_ref – 1 to 4
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)