Bottom

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:BOTTom
class BottomCls[source]

Bottom 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]:BOTTom
value: float = driver.applications.k30NoiseFigure.display.window.trace.y.scale.bottom.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the bottom value of the y-axis.

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

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]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:BOTTom
driver.applications.k30NoiseFigure.display.window.trace.y.scale.bottom.set(level = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the bottom value of the y-axis.

param 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

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