Rvalue
SCPI Command :
DISPlay[:WINDow<n>]:TRACe:Y[:SCALe]:RVALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- Returns:
value: numeric value WITHOUT UNIT Unit: dBm
- set(value: float, window=Window.Default) None[source]
# 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.
- Parameters:
value – numeric value WITHOUT UNIT Unit: dBm
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)