Data

SCPI Commands

FORMat:DATA
class DataCls[source]

Data commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() DataFormat[source]
# SCPI: FORMat[:DATA]
value: enums.DataFormat = driver.formatPy.data.get()

This command selects the data format that is used for transmission of trace data from the R&S FSWP to the controlling computer. Note that the command has no effect for data that you send to the R&S FSWP. The R&S FSWP 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’.

return

data_format: No help available

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

This command selects the data format that is used for transmission of trace data from the R&S FSWP to the controlling computer. Note that the command has no effect for data that you send to the R&S FSWP. The R&S FSWP 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’.

param data_format

No help available