FormatPy

SCPI Command :

FORMat:DEXPort:FORMat
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() FileFormat[source]
# 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.

Returns:

file_format: CSV | DAT

set(file_format: FileFormat) None[source]
# 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.

Parameters:

file_format – CSV | DAT