Scale

SCPI Command :

MEASurement<*>:STATistics:HISTogram:HORizontal:SCALe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) float[source]
# MEASurement<*>:STATistics:HISTogram:HORizontal:SCALe
value: float = driver.measurement.statistics.histogram.horizontal.scale.get(measIndex = repcap.MeasIndex.Default)

Sets the horizontal scale of the histogram.

Parameters:

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

Returns:

scale: 0 to INF

set(scale: float, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:STATistics:HISTogram:HORizontal:SCALe
driver.measurement.statistics.histogram.horizontal.scale.set(scale = 1.0, measIndex = repcap.MeasIndex.Default)

Sets the horizontal scale of the histogram.

Parameters:
  • scale – 0 to INF

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