TypePy

SCPI Command :

[SENSe]:ADEMod:PM:AFSPectrum[:TYPE]
class TypePyCls[source]

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

get() List[RsFsw.enums.TraceModeA][source]
# SCPI: [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.

Table Header: 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 method RsFsw.Display.Window.Subwindow.Trace.Mode.set.

return

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[RsFsw.enums.TraceModeA]) None[source]
# SCPI: [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.

Table Header: 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 method RsFsw.Display.Window.Subwindow.Trace.Mode.set.

param 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.