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