State
SCPI Command :
CONFigure:GENerator:NPRatio:FREQuency:COUPling[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: CONFigure:GENerator:NPRatio:FREQuency:COUPling[:STATe] value: bool = driver.configure.generator.npratio.frequency.coupling.state.get()
Enables or disables frequency coupling between the FSW and the connected generator.
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off A fixed frequency is used by the generator. ON | 1 Switches the function on The frequency defined on the analyzer is automatically also used by the generator.
- set(state: bool) None [source]
# SCPI: CONFigure:GENerator:NPRatio:FREQuency:COUPling[:STATe] driver.configure.generator.npratio.frequency.coupling.state.set(state = False)
Enables or disables frequency coupling between the FSW and the connected generator.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off A fixed frequency is used by the generator. ON | 1 Switches the function on The frequency defined on the analyzer is automatically also used by the generator.