Data

SCPI Command :

FORMat[:DATA]
class DataCls[source]

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

get() RsFsw.enums.DataFormat[source]
# SCPI: 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’.

return

data_format: No help available

set(data_format: RsFsw.enums.DataFormat) None[source]
# SCPI: 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’.

param data_format

No help available