Lower

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RLEVel:LOWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, trace=Trace.Default) float[source]
# 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.

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

Returns:

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

set(lower_reference: float, window=Window.Default, trace=Trace.Default) None[source]
# 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.

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

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