Athreshold

SCPI Command :

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

Defines an absolute threshold as an additional condition for the peak search. Only peaks that exceed the threshold are detected. This setting is only available for spectrum waveforms. It is valid for cursor measurements, spectrum measurements and peak search.

Parameters:

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

Returns:

value: numeric value

set(value: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:SPECtrum:ATHReshold
driver.measurement.spectrum.athreshold.set(value = 1.0, measurement = repcap.Measurement.Default)

Defines an absolute threshold as an additional condition for the peak search. Only peaks that exceed the threshold are detected. This setting is only available for spectrum waveforms. It is valid for cursor measurements, spectrum measurements and peak search.

Parameters:
  • value – numeric value

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