Wband

SCPI Command :

[SENSe]:IQ:WBANd
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:IQ:WBANd
value: bool = driver.applications.k17Mcgd.sense.iq.wband.get()

Selects the signal path for signal processing. For details and restrictions, see ‘Signal Path’.

Returns:

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]
# [SENSe]:IQ:WBANd
driver.applications.k17Mcgd.sense.iq.wband.set(state = False)

Selects the signal path for signal processing. For details and restrictions, see ‘Signal Path’.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 The narrowband signal path is used. ON | 1 The wideband signal path is used.