Preset

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:PRESet
class PresetCls[source]

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

get(window=Window.Default, trace=Trace.Default) RsFsw.enums.TracePresetType[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:PRESet
value: enums.TracePresetType = driver.applications.k70Vsa.display.window.trace.preset.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

No command help available

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

param trace

optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)

return

result_type: No help available

set(result_type: RsFsw.enums.TracePresetType, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:PRESet
driver.applications.k70Vsa.display.window.trace.preset.set(result_type = enums.TracePresetType.ALL, window = repcap.Window.Default, trace = repcap.Trace.Default)

No command help available

param result_type

No help available

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

param trace

optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)