Preset
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:PRESet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) SelectAll[source]
# DISPlay[:WINDow<n>]:TRACe<t>:PRESet value: enums.SelectAll = driver.applications.k30NoiseFigure.display.window.trace.preset.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
No help available
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- set(result_type: SelectAll, window=Window.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>]:TRACe<t>:PRESet driver.applications.k30NoiseFigure.display.window.trace.preset.set(result_type = enums.SelectAll.ALL, window = repcap.Window.Default, trace = repcap.Trace.Default)
No help available
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)