Bandwidth

SCPI Command :

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

Defines the bandwidth over which the channel power is calculated.

Parameters:

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

Returns:

ch_pow_bw: 0 to 4E+9

set(ch_pow_bw: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:SPECtrum:CPOWer:BANDwidth
driver.measurement.spectrum.cpower.bandwidth.set(ch_pow_bw = 1.0, measurement = repcap.Measurement.Default)

Defines the bandwidth over which the channel power is calculated.

Parameters:
  • ch_pow_bw – 0 to 4E+9

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