State
SCPI Command :
INPut:FILTer:HPASs[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: INPut:FILTer:HPASs[:STATe] value: bool = driver.inputPy.filterPy.hpass.state.get()
Activates an additional internal high-pass filter for RF input signals from 1 GHz to 3 GHz. This filter is used to remove the harmonics of the FSW to measure the harmonics for a DUT, for example. Requires an additional high-pass filter hardware option. (Note: for RF input signals outside the specified range, the high-pass filter has no effect. For signals with a frequency of approximately 4 GHz upwards, the harmonics are suppressed sufficiently by the YIG-preselector, if available.)
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None [source]
# SCPI: INPut:FILTer:HPASs[:STATe] driver.inputPy.filterPy.hpass.state.set(state = False)
Activates an additional internal high-pass filter for RF input signals from 1 GHz to 3 GHz. This filter is used to remove the harmonics of the FSW to measure the harmonics for a DUT, for example. Requires an additional high-pass filter hardware option. (Note: for RF input signals outside the specified range, the high-pass filter has no effect. For signals with a frequency of approximately 4 GHz upwards, the harmonics are suppressed sufficiently by the YIG-preselector, if available.)
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on