Rvalue

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:RVALue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, trace=Trace.Default) float[source]
# 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.

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)

Returns:

rval: Reference value for the x-axis

set(rval: float, window=Window.Default, trace=Trace.Default) None[source]
# 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.

Parameters:
  • rval – Reference value for the x-axis

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)