TypePy
SCPI Command :
[SENSe]:ADEMod:PM:AFSPectrum[:TYPE]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() List[TraceModeA][source]
# [SENSe]:ADEMod:PM:AFSPectrum[:TYPE] value: List[enums.TraceModeA] = driver.sense.ademod.pm.afSpectrum.typePy.get()
Selects the trace modes of the evaluated signal to be measured simultaneously. For each of the six available traces a mode can be defined. For details on trace modes see ‘Trace Mode’. The trace modes are configured identically for all windows with a specific evaluation. The following table indicates which command syntax refers to which evaluation method. Command syntax / Evaluation method
AM[:ABSolute][:TDOMain] / RF time domain
AM:RELative[:TDOMain] / AM time domain
AM:RELative:AFSPectrum / AM spectrum (relative)
FM[:TDOMain] / FM time domain
FM:AFSPectrum / FM spectrum
PM[:TDOMain] / PM time domain
PM:AFSPectrum / PM spectrum
SPECtrum / RF spectrum
Note: The trace modes for each trace and each window can also be configured individually using the method
RsFsw.display.window.trace.mode.set()command, see methodRsFsw.display.window.subwindow.trace.mode.set().- Returns:
trace_mode: WRITe | AVERage | MAXHold | MINHold | VIEW | OFF WRITe Overwrite mode: the trace is overwritten by each sweep. This is the default setting. AVERage The average is formed over several sweeps. The ‘Sweep/Average Count’ determines the number of averaging procedures. MAXHold The maximum value is determined over several sweeps and displayed. The FSW saves the sweep result in the trace memory only if the new value is greater than the previous one. MINHold The minimum value is determined from several measurements and displayed. The FSW saves the sweep result in the trace memory only if the new value is lower than the previous one. VIEW The current contents of the trace memory are frozen and displayed. OFF Hides the selected trace.
- set(trace_mode: List[TraceModeA]) None[source]
# [SENSe]:ADEMod:PM:AFSPectrum[:TYPE] driver.sense.ademod.pm.afSpectrum.typePy.set(trace_mode = [TraceModeA.AVERage, TraceModeA.WRITe])
Selects the trace modes of the evaluated signal to be measured simultaneously. For each of the six available traces a mode can be defined. For details on trace modes see ‘Trace Mode’. The trace modes are configured identically for all windows with a specific evaluation. The following table indicates which command syntax refers to which evaluation method. Command syntax / Evaluation method
AM[:ABSolute][:TDOMain] / RF time domain
AM:RELative[:TDOMain] / AM time domain
AM:RELative:AFSPectrum / AM spectrum (relative)
FM[:TDOMain] / FM time domain
FM:AFSPectrum / FM spectrum
PM[:TDOMain] / PM time domain
PM:AFSPectrum / PM spectrum
SPECtrum / RF spectrum
Note: The trace modes for each trace and each window can also be configured individually using the method
RsFsw.display.window.trace.mode.set()command, see methodRsFsw.display.window.subwindow.trace.mode.set().- Parameters:
trace_mode – WRITe | AVERage | MAXHold | MINHold | VIEW | OFF WRITe Overwrite mode: the trace is overwritten by each sweep. This is the default setting. AVERage The average is formed over several sweeps. The ‘Sweep/Average Count’ determines the number of averaging procedures. MAXHold The maximum value is determined over several sweeps and displayed. The FSW saves the sweep result in the trace memory only if the new value is greater than the previous one. MINHold The minimum value is determined from several measurements and displayed. The FSW saves the sweep result in the trace memory only if the new value is lower than the previous one. VIEW The current contents of the trace memory are frozen and displayed. OFF Hides the selected trace.