FormatPy

SCPI Command :

FORMat:DEXPort:FORMat
class FormatPyCls[source]

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

get() RsFsw.enums.FileFormat[source]
# SCPI: FORMat:DEXPort:FORMat
value: enums.FileFormat = driver.applications.k40PhaseNoise.formatPy.dexport.formatPy.get()

Determines the format of the ASCII file to be imported or exported. Depending on the external program that creates the data file or evaluates it, a comma-separated list (CSV) or a plain data format (DAT) file is required.

return

file_format: CSV | DAT

set(file_format: RsFsw.enums.FileFormat) None[source]
# SCPI: FORMat:DEXPort:FORMat
driver.applications.k40PhaseNoise.formatPy.dexport.formatPy.set(file_format = enums.FileFormat.CSV)

Determines the format of the ASCII file to be imported or exported. Depending on the external program that creates the data file or evaluates it, a comma-separated list (CSV) or a plain data format (DAT) file is required.

param file_format

CSV | DAT