Bandwidth

SCPI Commands

SENSe:ROSCillator:COUPling:BANDwidth
class BandwidthCls[source]

Bandwidth commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:ROSCillator:COUPling:BANDwidth
value: float = driver.sense.roscillator.coupling.bandwidth.get()
This command defines coupling bandwidth for the internal reference frequency.

INTRO_CMD_HELP: Prerequisites for this command

  • Options R&S FSWP-B60 or -B61 must be available.

  • Select manual bandwidth mode ([SENSe:]ROSCillator:COUPling:BANDwidth:MODE)

return

bandwidth: numeric value Bandwidths 20 mHz, 1 Hz and 100 kHz are supported. Unit: Hz

set(bandwidth: float) None[source]
# SCPI: [SENSe]:ROSCillator:COUPling:BANDwidth
driver.sense.roscillator.coupling.bandwidth.set(bandwidth = 1.0)
This command defines coupling bandwidth for the internal reference frequency.

INTRO_CMD_HELP: Prerequisites for this command

  • Options R&S FSWP-B60 or -B61 must be available.

  • Select manual bandwidth mode ([SENSe:]ROSCillator:COUPling:BANDwidth:MODE)

param bandwidth

numeric value Bandwidths 20 mHz, 1 Hz and 100 kHz are supported. Unit: Hz

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.roscillator.coupling.bandwidth.clone()

Subgroups