Scale

SCPI Command :

SENSe[:WINDow<n>]:DISPlay:CONFig:SCALe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# 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.

Parameters:

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

Returns:

scale: numeric value Unit: s

set(scale: float, window=Window.Default) None[source]
# 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.

Parameters:
  • scale – numeric value Unit: s

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