State
SCPI Command :
CONFigure:GENerator:NPRatio:FREQuency:COUPling[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# 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.
- Returns:
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]
# 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.
- Parameters:
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.