Values

SCPI Command :

TDRT:SIGNal<*>:DATA:VALues
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(start: int = None, size: int = None, tdRtSignal=TdRtSignal.Default) float[source]
# TDRT:SIGNal<*>:DATA:VALues
value: float = driver.tdrt.signal.data.values.get(start = 1, size = 1, tdRtSignal = repcap.TdRtSignal.Default)

Returns the data of the waveform points for transmission from the instrument to the controlling computer. The data can be used in MATLAB, for example. Without parameters, the complete waveform is retrieved. Using the offset and length parameters, data can be retrieved in smaller portions, which makes the command faster. To set the export format, use method RsRtx.formatPy.data.set() .

Parameters:
  • start – Number of offset waveform points.

  • size – Number of waveform points to be retrieved.

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