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.SelectAll [source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:PRESet value: enums.SelectAll = driver.applications.k149Uwb.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.SelectAll, window=Window.Default, trace=Trace.Default) None [source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:PRESet driver.applications.k149Uwb.display.window.trace.preset.set(result_type = enums.SelectAll.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’)