Mode
SCPI Command :
CONFigure:ADEMod:RESults:AM:DETector<det>:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trace=Trace.Default) TraceModeE[source]
# CONFigure:ADEMod:RESults:AM:DETector<det>:MODE value: enums.TraceModeE = driver.configure.ademod.results.am.detector.mode.get(trace = repcap.Trace.Default)
Defines the mode with which the demodulation result is determined.
- Parameters:
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)
- Returns:
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: TraceModeE, trace=Trace.Default) None[source]
# CONFigure:ADEMod:RESults:AM:DETector<det>:MODE driver.configure.ademod.results.am.detector.mode.set(mode = enums.TraceModeE.AVERage, trace = repcap.Trace.Default)
Defines the mode with which the demodulation result is determined.
- Parameters:
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.
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Detector’)