NdbDown
SCPI Command :
MEASurement<*>:SPECtrum:NDBDown
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) float[source]
# MEASurement<*>:SPECtrum:NDBDown value: float = driver.measurement.spectrum.ndbDown.get(measurement = repcap.Measurement.Default)
Defines the threshold until which the samples to the left and right of the peak value are analyzed in order to determine the N dB down bandwidth.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
ndb_down: 0 to 100
- set(ndb_down: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:SPECtrum:NDBDown driver.measurement.spectrum.ndbDown.set(ndb_down = 1.0, measurement = repcap.Measurement.Default)
Defines the threshold until which the samples to the left and right of the peak value are analyzed in order to determine the N dB down bandwidth.
- Parameters:
ndb_down – 0 to 100
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)