Values
SCPI Command :
EXPort:HISTogram<*>:DATA[:VALues]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(histogram=Histogram.Default) bytes[source]
# EXPort:HISTogram<*>:DATA[:VALues] value: bytes = driver.export.histogram.data.values.get(histogram = repcap.Histogram.Default)
Returns the data of the specified waveform histogram or of the histogram on measurement results. To set the export format, use method
RsMxo.formatPy.data.set(). For histogram data, only ASCii and REAL,32 and REAL,64 are supported. The normalization setting is considered: methodRsMxo.export.histogram.normalize.set()or methodRsMxo.export.hmeasurement.normalize.set().- Parameters:
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)
- Returns:
data: Comma-separated list of values according to the format setting.