Cseparator

SCPI Command :

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

Returns:

separator: COMMa Selects a comma as a separator. SEMicolon Selects a semicolon as a separator. TAB Selects a tabulator as a separator.

set(separator: FileSeparator) None[source]
# FORMat:DEXPort:CSEParator
driver.formatPy.dexport.cseparator.set(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:

separator – COMMa Selects a comma as a separator. SEMicolon Selects a semicolon as a separator. TAB Selects a tabulator as a separator.