Bandwidth
SCPI Command :
[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()
No command help available
- return
bandwidth: No help available
- set(bandwidth: float) None [source]
# SCPI: [SENSe]:ROSCillator:COUPling:BANDwidth driver.sense.roscillator.coupling.bandwidth.set(bandwidth = 1.0)
No command help available
- param bandwidth
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sense.roscillator.coupling.bandwidth.clone()
Subgroups