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 format that is used for transmission of trace data from the FSW to the controlling computer. Note that the command has no effect for data that you send to the FSW. The FSW automatically recognizes the data it receives, regardless of the format. For details on data formats, see ‘Formats for returned values: ASCII format and binary format’.

set(data_format: DataFormat) None[source]
# FORMat[:DATA]
driver.formatPy.data.set(data_format = enums.DataFormat.ASCii)

Selects the data format that is used for transmission of trace data from the FSW to the controlling computer. Note that the command has no effect for data that you send to the FSW. The FSW automatically recognizes the data it receives, regardless of the format. For details on data formats, see ‘Formats for returned values: ASCII format and binary format’.