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 histogram for transmission from the instrument to the controlling computer. The data can be used in MATLAB, for example. 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().- 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.