State
SCPI Command :
INPut:EGAin[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: INPut:EGAin[:STATe] value: bool = driver.applications.k70Vsa.inputPy.egain.state.get()
Before this command can be used, the external preamplifier must be connected to the FSW. See the preamplifier’s documentation for details. When activated, the FSW automatically compensates the magnitude and phase characteristics of the external preamplifier in the measurement results. Note that when an optional external preamplifier is activated, the internal preamplifier is automatically disabled, and vice versa. For FSW85 models with two RF inputs, you must enable correction from the external preamplifier for each input individually. Correction cannot be enabled for both inputs at the same time. When deactivated, no compensation is performed even if an external preamplifier remains connected.
- return
state: ON | OFF | 0 | 1 OFF | 0 No data correction is performed based on the external preamplifier ON | 1 Performs data corrections based on the external preamplifier
- set(state: bool) None [source]
# SCPI: INPut:EGAin[:STATe] driver.applications.k70Vsa.inputPy.egain.state.set(state = False)
Before this command can be used, the external preamplifier must be connected to the FSW. See the preamplifier’s documentation for details. When activated, the FSW automatically compensates the magnitude and phase characteristics of the external preamplifier in the measurement results. Note that when an optional external preamplifier is activated, the internal preamplifier is automatically disabled, and vice versa. For FSW85 models with two RF inputs, you must enable correction from the external preamplifier for each input individually. Correction cannot be enabled for both inputs at the same time. When deactivated, no compensation is performed even if an external preamplifier remains connected.
- param state
ON | OFF | 0 | 1 OFF | 0 No data correction is performed based on the external preamplifier ON | 1 Performs data corrections based on the external preamplifier