Values

SCPI Command :

EXPort:HMEasurement<*>:DATA[:VALues]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) bytes[source]
# EXPort:HMEasurement<*>:DATA[:VALues]
value: bytes = driver.export.hmeasurement.data.values.get(measIndex = repcap.MeasIndex.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: method RsMxo.export.histogram.normalize.set() or method RsMxo.export.hmeasurement.normalize.set() .

Parameters:

measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Hmeasurement’)

Returns:

data: Comma-separated list of values according to the format setting.