Values
SCPI Command :
REFCurve<*>:DATA[:VALues]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(refCurve=RefCurve.Default) bytes[source]
# REFCurve<*>:DATA[:VALues] value: bytes = driver.refCurve.data.values.get(refCurve = repcap.RefCurve.Default)
Returns the data of the specified reference waveform. To set the export format, use method
RsMxo.formatPy.data.set().- Parameters:
refCurve – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefCurve’)
- Returns:
data: List of values according to the format and content settings.