Bandwidth
SCPI Command :
[SENSe]:POWer:BWIDth
- class BandwidthCls[source]
Bandwidth commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:POWer:BWIDth value: float = driver.applications.k91Wlan.sense.power.bandwidth.get()
Selects the percentage of the total power that defines the occupied bandwidth.
- return
percentage: Range: 10 PCT to 99.9 PCT, Unit: PCT
- set(percentage: float) None [source]
# SCPI: [SENSe]:POWer:BWIDth driver.applications.k91Wlan.sense.power.bandwidth.set(percentage = 1.0)
Selects the percentage of the total power that defines the occupied bandwidth.
- param percentage
Range: 10 PCT to 99.9 PCT, Unit: PCT