ValuesPartial

SCPI Command :

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

Returns the data of the specified math waveform. To set the export format, use method RsMxo.formatPy.data.set() .

Parameters:
  • offset – See ‘Offset and Length parameters in …DATA[:VALues] commands’.

  • length – See ‘Offset and Length parameters in …DATA[:VALues] commands’.

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