Symbol
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:SYMBol
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) TraceStyleSymbol[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:SYMBol value: enums.TraceStyleSymbol = driver.display.window.subwindow.trace.symbol.get(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)
Sets the display style of the persistence spectrum.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- Returns:
style: DOTS Displays the data as dots. The result is a persistence spectrum made up out of dots. VECTor Interpolates the measurement points. The result is an uninterrupted persistence spectrum.
- set(style: TraceStyleSymbol, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:SYMBol driver.display.window.subwindow.trace.symbol.set(style = enums.TraceStyleSymbol.DOTS, window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)
Sets the display style of the persistence spectrum.
- Parameters:
style – DOTS Displays the data as dots. The result is a persistence spectrum made up out of dots. VECTor Interpolates the measurement points. The result is an uninterrupted persistence spectrum.
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)