Bandwidth
SCPI Command :
[SENSe]:NPRatio:CHANnel:BWIDth
- class BandwidthCls[source]
Bandwidth commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:NPRatio:CHANnel:BWIDth value: float = driver.sense.npratio.channel.bandwidth.get()
Defines the channel bandwidth as an absolute value. Bandwidths covered by defined notches are deducted from this value.
- return
frequency: Unit: HZ
- set(frequency: float) None [source]
# SCPI: [SENSe]:NPRatio:CHANnel:BWIDth driver.sense.npratio.channel.bandwidth.set(frequency = 1.0)
Defines the channel bandwidth as an absolute value. Bandwidths covered by defined notches are deducted from this value.
- param frequency
Unit: HZ