Select
SCPI Command :
MEASurement<*>:HISTogram:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) str[source]
# MEASurement<*>:HISTogram:SELect value: str = driver.measurement.histogram.select.get(measurement = repcap.Measurement.Default)
Selects the histogram on which the measurement is based.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
histogram: String with the name of the histogram
- set(histogram: str, measurement=Measurement.Default) None[source]
# MEASurement<*>:HISTogram:SELect driver.measurement.histogram.select.set(histogram = 'abc', measurement = repcap.Measurement.Default)
Selects the histogram on which the measurement is based.
- Parameters:
histogram – String with the name of the histogram
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)