RefPosition
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:X[: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>:X[:SCALe]:RPOSition value: float = driver.applications.k70Vsa.display.window.trace.x.scale.refPosition.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
Defines the position of the reference value for the X axis. Setting the position of the reference value is possible only for statistical result displays. All other result displays support the query only.
- 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
 rpos: numeric_value Unit: PCT
- set(rpos: float, window=Window.Default, trace=Trace.Default) None[source]
 # SCPI: DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:RPOSition driver.applications.k70Vsa.display.window.trace.x.scale.refPosition.set(rpos = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)
Defines the position of the reference value for the X axis. Setting the position of the reference value is possible only for statistical result displays. All other result displays support the query only.
- param rpos
 numeric_value 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’)