Wband
SCPI Command :
[SENSe]:IQ:WBANd
- class WbandCls[source]
Wband commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:IQ:WBANd value: bool = driver.applications.k91Wlan.sense.iq.wband.get()
Selects the signal path for signal processing. For details and restrictions, see ‘Signal Path’.
- return
state: ON | OFF | 0 | 1 OFF | 0 The narrowband signal path is used. ON | 1 The wideband signal path is used.
- set(state: bool) None [source]
# SCPI: [SENSe]:IQ:WBANd driver.applications.k91Wlan.sense.iq.wband.set(state = False)
Selects the signal path for signal processing. For details and restrictions, see ‘Signal Path’.
- param state
ON | OFF | 0 | 1 OFF | 0 The narrowband signal path is used. ON | 1 The wideband signal path is used.