State

SCPI Command :

CONFigure:ADEMod:RESults:AM:DETector<det>:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(trace=Trace.Default) bool[source]
# SCPI: 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.

param trace

optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)

return

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]
# SCPI: 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.

param state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

param trace

optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)