DetThreshold

SCPI Command :

MEASurement<*>:DETThreshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) float[source]
# MEASurement<*>:DETThreshold
value: float = driver.measurement.detThreshold.get(measurement = repcap.Measurement.Default)

The measured signal value must reach a certain voltage or bit to be included in the measurement algorithm. This minimum value is defined in percent of the signal amplitude (difference of high and low signal levels) . Values below this value are considered to be noise and they are ignored. The setting is relevant for area, time, and counting measurements.

Parameters:

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

Returns:

sign_detect_thres: 0 to 50

set(sign_detect_thres: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:DETThreshold
driver.measurement.detThreshold.set(sign_detect_thres = 1.0, measurement = repcap.Measurement.Default)

The measured signal value must reach a certain voltage or bit to be included in the measurement algorithm. This minimum value is defined in percent of the signal amplitude (difference of high and low signal levels) . Values below this value are considered to be noise and they are ignored. The setting is relevant for area, time, and counting measurements.

Parameters:
  • sign_detect_thres – 0 to 50

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