Preamp
SCPI Command :
SYSTem:PREamp
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PreampOption[source]
# 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.- Returns:
option: B23 | B24
- set(option: PreampOption) None[source]
# 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.- Parameters:
option – B23 | B24