Rvalue

SCPI Commands

DISPlay:WINDow<Window>:TRACe<Trace>:Y: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>:Y[:SCALe]:RVALue
value: float = driver.display.window.trace.y.scale.rvalue.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
This command defines the value assigned to the reference position.

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

ref_value: numeric value Unit: Depends on the selected unit (deg or rad)

set(ref_value: float, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RVALue
driver.display.window.trace.y.scale.rvalue.set(ref_value = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)
This command defines the value assigned to the reference position.

INTRO_CMD_HELP: Prerequisites for this command

  • Phase result display must be available and selected.

param ref_value

numeric value Unit: Depends on the selected unit (deg or rad)

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