Manual
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:MANual
- class ManualCls[source]
Manual commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, trace=Trace.Default) RsFsw.enums.ScalingManualMode [source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:MANual value: enums.ScalingManualMode = driver.applications.k40PhaseNoise.display.window.trace.y.scale.manual.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
Selects the type of manual scaling of the vertical 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
mode: OFF | TBOTtom | TRANge | BRANge OFF Turns manual scaling of the y-axis off. TBOTtom Scaling based on the values on the bottom and top of the diagram. BRANge Scaling based on the value at the bottom of the diagram and the axis range. TRANge Scaling based on the value at the top of the diagram and the axis range.
- set(mode: RsFsw.enums.ScalingManualMode, window=Window.Default, trace=Trace.Default) None [source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:MANual driver.applications.k40PhaseNoise.display.window.trace.y.scale.manual.set(mode = enums.ScalingManualMode.BRANge, window = repcap.Window.Default, trace = repcap.Trace.Default)
Selects the type of manual scaling of the vertical axis.
- param mode
OFF | TBOTtom | TRANge | BRANge OFF Turns manual scaling of the y-axis off. TBOTtom Scaling based on the values on the bottom and top of the diagram. BRANge Scaling based on the value at the bottom of the diagram and the axis range. TRANge Scaling based on the value at the top of the diagram and the axis range.
- 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’)