Rvalue
SCPI Command :
DISPlay[:WINDow<n>]:TRACe:Y[:SCALe]:RVALue
- class RvalueCls[source]
Rvalue commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: DISPlay[:WINDow<n>]:TRACe:Y[:SCALe]:RVALue value: float = driver.applications.k60Transient.display.window.trace.y.scale.rvalue.get(window = repcap.Window.Default)
This command defines the reference value assigned to the reference position in the specified window. Separate reference values are maintained for the various displays.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
value: numeric value WITHOUT UNIT Unit: dBm
- set(value: float, window=Window.Default) None [source]
# SCPI: DISPlay[:WINDow<n>]:TRACe:Y[:SCALe]:RVALue driver.applications.k60Transient.display.window.trace.y.scale.rvalue.set(value = 1.0, window = repcap.Window.Default)
This command defines the reference value assigned to the reference position in the specified window. Separate reference values are maintained for the various displays.
- param value
numeric value WITHOUT UNIT Unit: dBm
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)