State
SCPI Command :
CONFigure:GENerator:NPRatio:NOTCh<notch>[:STATe]
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(notch=Notch.Default) bool[source]
# CONFigure:GENerator:NPRatio:NOTCh<notch>[:STATe] value: bool = driver.configure.generator.npratio.notch.state.get(notch = repcap.Notch.Default)
Enables or disables the specified notch on the signal generator.
- Parameters:
notch – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 The notch is not considered for signal generation on the connected signal generator. ON | 1 The notch is considered for signal generation on the connected signal generator.
- set(state: bool, notch=Notch.Default) None[source]
# CONFigure:GENerator:NPRatio:NOTCh<notch>[:STATe] driver.configure.generator.npratio.notch.state.set(state = False, notch = repcap.Notch.Default)
Enables or disables the specified notch on the signal generator.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 The notch is not considered for signal generation on the connected signal generator. ON | 1 The notch is considered for signal generation on the connected signal generator.
notch – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Notch’)
Cloning the Group
# Create a copy of the original group, that exists independently
state_copy = driver.configure.generator.npratio.notch.state.clone()
Subgroups