Values

SCPI Command :

CALCulate:MATH<1..8>:DATA[:VALues]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(math=Math.Default) List[float][source]
# CALCulate:MATH<1..8>:DATA[:VALues]
value: List[float] = driver.calculate.math.data.values.get(math = repcap.Math.Default)

Returns the data of the math waveform points 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 RsRtx.formatPy.data.set() . You can retrieve only Y-values, or X- and Y-values. Use method RsRtx.export.waveform.incx_values() to define this.

Parameters:

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

Returns:

math_data: List of values according to the format and content settings.