Mode

SCPI Command :

CONFigure:ADEMod:RESults:PM:DETector<det>:MODE
class ModeCls[source]

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

get(trace=Trace.Default) RsFsw.enums.TraceModeE[source]
# SCPI: CONFigure:ADEMod:RESults:PM:DETector<det>:MODE
value: enums.TraceModeE = driver.configure.ademod.results.pm.detector.mode.get(trace = repcap.Trace.Default)

Defines the mode with which the demodulation result is determined.

param trace

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

return

mode: WRITe Overwrite mode: the detector value is overwritten by each sweep. This is the default setting. AVERage The average result is determined over all sweeps. MAXHold The maximum value is determined over several sweeps and displayed. The FSW saves each result only if the new value is greater than the previous one.

set(mode: RsFsw.enums.TraceModeE, trace=Trace.Default) None[source]
# SCPI: CONFigure:ADEMod:RESults:PM:DETector<det>:MODE
driver.configure.ademod.results.pm.detector.mode.set(mode = enums.TraceModeE.AVERage, trace = repcap.Trace.Default)

Defines the mode with which the demodulation result is determined.

param mode

WRITe Overwrite mode: the detector value is overwritten by each sweep. This is the default setting. AVERage The average result is determined over all sweeps. MAXHold The maximum value is determined over several sweeps and displayed. The FSW saves each result only if the new value is greater than the previous one.

param trace

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