Top

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:TOP
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]:TOP
value: float = driver.applications.k30NoiseFigure.display.window.trace.y.scale.top.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the top value of the y-axis.

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:

level: The value ranges depend on the result display. Noise figure, Gain -75 dB to 75 dB Temperature -999990000 K to 999990000 K all others -200 dB to 200 dB Unit: DB

set(level: float, window=Window.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:TOP
driver.applications.k30NoiseFigure.display.window.trace.y.scale.top.set(level = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the top value of the y-axis.

Parameters:
  • level – The value ranges depend on the result display. Noise figure, Gain -75 dB to 75 dB Temperature -999990000 K to 999990000 K all others -200 dB to 200 dB Unit: DB

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