Rvalue
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RVALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) float[source]
# DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RVALue value: float = driver.applications.k70Vsa.display.window.trace.y.scale.rvalue.get(window = repcap.Window.Default, trace = repcap.Trace.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’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- set(ref_value: float, window=Window.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RVALue driver.applications.k70Vsa.display.window.trace.y.scale.rvalue.set(ref_value = 1.0, window = repcap.Window.Default, trace = repcap.Trace.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’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)