Scale

SCPI Command :

SENSe[:WINDow<n>]:DISPlay:CONFig:SCALe
class ScaleCls[source]

Scale commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: SENSe[:WINDow<n>]:DISPlay:CONFig:SCALe
value: float = driver.applications.k149Uwb.sense.window.display.config.scale.get(window = repcap.Window.Default)

Sets the X scale for the histogram trace results.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

return

scale: numeric value Unit: s

set(scale: float, window=Window.Default) None[source]
# SCPI: SENSe[:WINDow<n>]:DISPlay:CONFig:SCALe
driver.applications.k149Uwb.sense.window.display.config.scale.set(scale = 1.0, window = repcap.Window.Default)

Sets the X scale for the histogram trace results.

param scale

numeric value Unit: s

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)