State
SCPI Command :
CONFigure:ADEMod:RESults:AM:DETector<det>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trace=Trace.Default) bool[source]
# CONFigure:ADEMod:RESults:AM:DETector<det>:STATe value: bool = driver.configure.ademod.results.am.detector.state.get(trace = repcap.Trace.Default)
Activates relative demodulation for the selected detector. If activated, the demodulated result is set in relation to the reference value defined by method
RsFsw.configure.ademod.results.pm.detector.reference.set().- Parameters:
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool, trace=Trace.Default) None[source]
# CONFigure:ADEMod:RESults:AM:DETector<det>:STATe driver.configure.ademod.results.am.detector.state.set(state = False, trace = repcap.Trace.Default)
Activates relative demodulation for the selected detector. If activated, the demodulated result is set in relation to the reference value defined by method
RsFsw.configure.ademod.results.pm.detector.reference.set().- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)