Threshold

SCPI Command :

MEASurement<*>:EYEJitter:GENSettings:MLEHistogram:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) float[source]
# MEASurement<*>:EYEJitter:GENSettings:MLEHistogram:THReshold
value: float = driver.measurement.eyeJitter.genSettings.mleHistogram.threshold.get(measurement = repcap.Measurement.Default)

Sets the threshold used to separate peaks: two peaks are separated if they are split by a valley of height Threshold * Maximal_histogram_value.

Parameters:

measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

set(meas_lev_thres: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:EYEJitter:GENSettings:MLEHistogram:THReshold
driver.measurement.eyeJitter.genSettings.mleHistogram.threshold.set(meas_lev_thres = 1.0, measurement = repcap.Measurement.Default)

Sets the threshold used to separate peaks: two peaks are separated if they are split by a valley of height Threshold * Maximal_histogram_value.

Parameters:
  • meas_lev_thres – 1 to 99

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