Preamp

SCPI Command :

SYSTem:PREamp
class PreampCls[source]

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

get() RsFsw.enums.PreampOption[source]
# SCPI: SYSTem:PREamp
value: enums.PreampOption = driver.system.preamp.get()

This setting defines which option is returned when the *OPT? query is executed, depending on the used preamplifier. It is only available for FSU/FSQ emulation, and only if an optional preamplifier is used by the FSW.

return

option: B23 | B24

set(option: RsFsw.enums.PreampOption) None[source]
# SCPI: SYSTem:PREamp
driver.system.preamp.set(option = enums.PreampOption.B23)

This setting defines which option is returned when the *OPT? query is executed, depending on the used preamplifier. It is only available for FSU/FSQ emulation, and only if an optional preamplifier is used by the FSW.

param option

B23 | B24