RefPosition

SCPI Commands

DISPlay:WINDow<Window>:TRACe<Trace>:Y:SCALe:RPOSition
class RefPositionCls[source]

RefPosition commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, trace=Trace.Default) float[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RPOSition
value: float = driver.display.window.trace.y.scale.refPosition.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
This command defines the position of the reference value on the y-axis.

INTRO_CMD_HELP: Prerequisites for this command

  • Phase result display must be available and selected.

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

position: Percentage of the diagram height with 100 % corresponding to the upper diagram border Unit: PCT

set(position: float, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RPOSition
driver.display.window.trace.y.scale.refPosition.set(position = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)
This command defines the position of the reference value on the y-axis.

INTRO_CMD_HELP: Prerequisites for this command

  • Phase result display must be available and selected.

param position

Percentage of the diagram height with 100 % corresponding to the upper diagram border Unit: PCT

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’)