TypePy

SCPI Commands

SENSe:ADEMod:SPECtrum:TYPE
class TypePyCls[source]

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

get() List[TraceModeA][source]
# SCPI: [SENSe]:ADEMod:SPECtrum[:TYPE]
value: List[enums.TraceModeA] = driver.sense.ademod.spectrum.typePy.get()

This command 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 ‘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

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. MAXHold The maximum value is determined over several sweeps and displayed. The R&S FSWP 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 R&S FSWP 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]
# SCPI: [SENSe]:ADEMod:SPECtrum[:TYPE]
driver.sense.ademod.spectrum.typePy.set(trace_mode = [TraceModeA.AVERage, TraceModeA.WRITe])

This command 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 ‘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

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. MAXHold The maximum value is determined over several sweeps and displayed. The R&S FSWP 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 R&S FSWP 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.