Wideband

SCPI Command :

SYSTem:PSA:WIDeband
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# SYSTem:PSA:WIDeband
value: bool = driver.system.psa.wideband.get()

This command defines which option is returned when the *OPT? query is executed, depending on the state of the wideband option. It is only available for PSA89600 emulation.

Returns:

state: ON | OFF | HIGH OFF The option is indicated as ‘B7J’ ON The 40 MHz wideband is used. The option is indicated as ‘B7J, 140’. HIGH The 80 MHz wideband is used. The option is indicated as ‘B7J, 122’.

set(state: bool) None[source]
# SYSTem:PSA:WIDeband
driver.system.psa.wideband.set(state = False)

This command defines which option is returned when the *OPT? query is executed, depending on the state of the wideband option. It is only available for PSA89600 emulation.

Parameters:

state – ON | OFF | HIGH OFF The option is indicated as ‘B7J’ ON The 40 MHz wideband is used. The option is indicated as ‘B7J, 140’. HIGH The 80 MHz wideband is used. The option is indicated as ‘B7J, 122’.