Cseparator
SCPI Command :
FORMat:DEXPort:CSEParator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() FileSeparator[source]
# FORMat:DEXPort:CSEParator value: enums.FileSeparator = driver.applications.k30NoiseFigure.formatPy.dexport.cseparator.get()
Selects the column separator for exported trace data. The selected value is not affected by a preset. The command therefore has no reset value.
- set(column_separator: FileSeparator) None[source]
# FORMat:DEXPort:CSEParator driver.applications.k30NoiseFigure.formatPy.dexport.cseparator.set(column_separator = enums.FileSeparator.COMMa)
Selects the column separator for exported trace data. The selected value is not affected by a preset. The command therefore has no reset value.
- Parameters:
column_separator – COMMa Selects a comma as a separator. SEMicolon Selects a semicolon as a separator. TAB Selects a tabulator as a separator.