Lower

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RLEVel:LOWer
class LowerCls[source]

Lower 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]:RLEVel:LOWer
value: float = driver.applications.k40PhaseNoise.display.window.trace.y.scale.refLevel.lower.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the reference value or upper border of the diagram area. Note that you have to select manual y-axis scaling before you can use the command.

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

lower_reference: Range: -400 to 1, Unit: DBC/HZ

set(lower_reference: float, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RLEVel:LOWer
driver.applications.k40PhaseNoise.display.window.trace.y.scale.refLevel.lower.set(lower_reference = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the reference value or upper border of the diagram area. Note that you have to select manual y-axis scaling before you can use the command.

param lower_reference

Range: -400 to 1, Unit: DBC/HZ

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