HpAdditional
SCPI Command :
SYSTem:HPADditional
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# SYSTem:HPADditional value: bool = driver.system.hpAdditional.get()
Allows the use of HP commands in addition to SCPI commands for R&S FSP/FSQ/FSU emulation (see method
RsFsw.system.language.set()) .- Returns:
state: ON | OFF | 1 | 0 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# SYSTem:HPADditional driver.system.hpAdditional.set(state = False)
Allows the use of HP commands in addition to SCPI commands for R&S FSP/FSQ/FSU emulation (see method
RsFsw.system.language.set()) .- Parameters:
state – ON | OFF | 1 | 0 OFF | 0 Switches the function off ON | 1 Switches the function on