Bandwidth

SCPI Command :

[SENSe]:ESPectrum<sb>:RANGe<range>:BANDwidth
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get(subBlock=SubBlock.Default, rangePy=RangePy.Default) float[source]
# [SENSe]:ESPectrum<sb>:RANGe<range>:BANDwidth
value: float = driver.applications.k149Uwb.sense.espectrum.range.bandwidth.get(subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)

No help available

Parameters:
  • subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)

  • rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

set(max_py: float, subBlock=SubBlock.Default, rangePy=RangePy.Default) None[source]
# [SENSe]:ESPectrum<sb>:RANGe<range>:BANDwidth
driver.applications.k149Uwb.sense.espectrum.range.bandwidth.set(max_py = 1.0, subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)

No help available

Parameters:
  • subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Espectrum’)

  • rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

Cloning the Group

# Create a copy of the original group, that exists independently
bandwidth_copy = driver.applications.k149Uwb.sense.espectrum.range.bandwidth.clone()

Subgroups