Threshold
SCPI Command :
CALCulate:SPECtrum<*>:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(spectrum=Spectrum.Default) float[source]
# CALCulate:SPECtrum<*>:THReshold value: float = driver.calculate.spectrum.threshold.get(spectrum = repcap.Spectrum.Default)
Sets an absolute threshold as an additional condition for the peak search. Only peaks that exceed the threshold are detected.
- Parameters:
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)
- Returns:
threshold: -500 to 500
- set(threshold: float, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:THReshold driver.calculate.spectrum.threshold.set(threshold = 1.0, spectrum = repcap.Spectrum.Default)
Sets an absolute threshold as an additional condition for the peak search. Only peaks that exceed the threshold are detected.
- Parameters:
threshold – -500 to 500
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)