Offset
SCPI Command :
MEASurement<*>:STATistics:HISTogram:HORizontal:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) float[source]
# MEASurement<*>:STATistics:HISTogram:HORizontal:OFFSet value: float = driver.measurement.statistics.histogram.horizontal.offset.get(measIndex = repcap.MeasIndex.Default)
Sets the center value of the histogram on the x-axis, which is the measurement result in the middle of the histogram.
- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
center: -1E+26 to 1E+26
- set(center: float, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:STATistics:HISTogram:HORizontal:OFFSet driver.measurement.statistics.histogram.horizontal.offset.set(center = 1.0, measIndex = repcap.MeasIndex.Default)
Sets the center value of the histogram on the x-axis, which is the measurement result in the middle of the histogram.
- Parameters:
center – -1E+26 to 1E+26
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)