Bandwidth
SCPI Command :
[SENSe]:NPRatio:CHANnel:BWIDth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [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.
- Returns:
frequency: Unit: HZ
- set(frequency: float) None[source]
# [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.
- Parameters:
frequency – Unit: HZ