TypePy

SCPI Command :

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

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

class TypePyStruct[source]

Response structure. Fields:

  • Trace_1: enums.TraceModeA: WRITe | AVERage | MINHold | MAXHold | VIEW | OFF

  • Trace_2: enums.TraceModeA: WRITe | AVERage | MINHold | MAXHold | VIEW | OFF

  • Trace_3: enums.TraceModeA: WRITe | AVERage | MINHold | MAXHold | VIEW | OFF

get() TypePyStruct[source]
# SCPI: [SENSe]:ADEMod:SPECtrum[:MAGNitude][:TYPE]
value: TypePyStruct = driver.applications.k17Mcgd.sense.ademod.spectrum.magnitude.typePy.get()

Sets the modes of the first three traces of magnitude windows. Note that this command is maintained for compatibility reasons only. Use method RsFsw.Display.Window.Subwindow.Trace.Mode.set for new remote control programs.

return

structure: for return value, see the help for TypePyStruct structure arguments.

set(trace_1: RsFsw.enums.TraceModeA, trace_2: RsFsw.enums.TraceModeA, trace_3: RsFsw.enums.TraceModeA) None[source]
# SCPI: [SENSe]:ADEMod:SPECtrum[:MAGNitude][:TYPE]
driver.applications.k17Mcgd.sense.ademod.spectrum.magnitude.typePy.set(trace_1 = enums.TraceModeA.AVERage, trace_2 = enums.TraceModeA.AVERage, trace_3 = enums.TraceModeA.AVERage)

Sets the modes of the first three traces of magnitude windows. Note that this command is maintained for compatibility reasons only. Use method RsFsw.Display.Window.Subwindow.Trace.Mode.set for new remote control programs.

param trace_1

WRITe | AVERage | MINHold | MAXHold | VIEW | OFF

param trace_2

WRITe | AVERage | MINHold | MAXHold | VIEW | OFF

param trace_3

WRITe | AVERage | MINHold | MAXHold | VIEW | OFF