Data

SCPI Command :

FORMat[:DATA]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() DataFormat[source]
# FORMat[:DATA]
value: enums.DataFormat = driver.formatPy.data.get()

Selects the data type that is used for transmission of data from analog channels, math and reference waveforms, and some measurement results from the instrument to the controlling computer. The command sets the data format for the following query commands:

  • method RsRtx.channel.waveform.data.values.get()

  • method RsRtx.calculate.math.data.values.get()

  • method RsRtx.refCurve.data.values.get()

  • method RsRtx.export.histogram.data()

  • method RsRtx.export.measurement.data()

  • method RsRtx.measurement.track.data.values.get()

set(format_py: DataFormat = None, length: int = None) None[source]
# FORMat[:DATA]
driver.formatPy.data.set(format_py = enums.DataFormat.ASCii, length = 1)

Selects the data type that is used for transmission of data from analog channels, math and reference waveforms, and some measurement results from the instrument to the controlling computer. The command sets the data format for the following query commands:

  • method RsRtx.channel.waveform.data.values.get()

  • method RsRtx.calculate.math.data.values.get()

  • method RsRtx.refCurve.data.values.get()

  • method RsRtx.export.histogram.data()

  • method RsRtx.export.measurement.data()

  • method RsRtx.measurement.track.data.values.get()