AutoScale
SCPI Command :
MEASurement<*>:STATistics:HISTogram:AUToscale
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) bool[source]
# MEASurement<*>:STATistics:HISTogram:AUToscale value: bool = driver.measurement.statistics.histogram.autoScale.get(measIndex = repcap.MeasIndex.Default)
If ON, the range on the x-axis is continuously adjusted to the measured values. If OFF, you can set the offset and the scale of the histogram with method
RsMxo.measurement.statistics.histogram.horizontal.offset.set()and methodRsMxo.measurement.statistics.histogram.horizontal.scale.set().- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
auto_scale_mode: OFF | ON
- set(auto_scale_mode: bool, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:STATistics:HISTogram:AUToscale driver.measurement.statistics.histogram.autoScale.set(auto_scale_mode = False, measIndex = repcap.MeasIndex.Default)
If ON, the range on the x-axis is continuously adjusted to the measured values. If OFF, you can set the offset and the scale of the histogram with method
RsMxo.measurement.statistics.histogram.horizontal.offset.set()and methodRsMxo.measurement.statistics.histogram.horizontal.scale.set().- Parameters:
auto_scale_mode – OFF | ON
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)