RefPosition
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:RPOSition
- class RefPositionCls[source]
- RefPosition commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) float[source]
- # SCPI: DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:RPOSition value: float = driver.applications.k18AmplifierEt.display.window.subwindow.trace.y.scale.refPosition.get(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default) - Defines the vertical position of the reference level on the display grid (for all traces) . The FSW adjusts the scaling of the y-axis accordingly. - param window
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’) 
- param subWindow
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’) 
- param trace
- optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’) 
- return
- position: 0 PCT corresponds to the lower display border, 100% corresponds to the upper display border. Unit: PCT 
 
 - set(position: float, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None[source]
- # SCPI: DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:RPOSition driver.applications.k18AmplifierEt.display.window.subwindow.trace.y.scale.refPosition.set(position = 1.0, window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default) - Defines the vertical position of the reference level on the display grid (for all traces) . The FSW adjusts the scaling of the y-axis accordingly. - param position
- 0 PCT corresponds to the lower display border, 100% corresponds to the upper display border. Unit: PCT 
- param window
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’) 
- param subWindow
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’) 
- param trace
- optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)