RefPosition
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:RPOSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) float[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:RPOSition value: float = driver.applications.k91Wlan.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.
- 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:
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]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:RPOSition driver.applications.k91Wlan.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.
- Parameters:
position – 0 PCT corresponds to the lower display border, 100% corresponds to the upper display border. Unit: PCT
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’)