Bandwidth

SCPI Command :

[SENSe]:ROSCillator:COUPling:BANDwidth
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# [SENSe]:ROSCillator:COUPling:BANDwidth
value: float = driver.sense.roscillator.coupling.bandwidth.get()

No help available

set(bandwidth: float) None[source]
# [SENSe]:ROSCillator:COUPling:BANDwidth
driver.sense.roscillator.coupling.bandwidth.set(bandwidth = 1.0)

No help available

Cloning the Group

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

Subgroups