Wideband

SCPI Command :

SYSTem:PSA:WIDeband
class WidebandCls[source]

Wideband commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: 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.

return

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]
# SCPI: 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.

param 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’.