Rvalue

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:RVALue
class RvalueCls[source]

Rvalue 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]:RVALue
value: float = driver.applications.k70Vsa.display.window.trace.x.scale.rvalue.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the reference value for the x-axis for statistical result displays. For all other result displays, this command is only available as a query.

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

rval: Reference value for the x-axis

set(rval: float, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:RVALue
driver.applications.k70Vsa.display.window.trace.x.scale.rvalue.set(rval = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the reference value for the x-axis for statistical result displays. For all other result displays, this command is only available as a query.

param rval

Reference value for the x-axis

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