Separator
SCPI Commands :
[SOURce<HW>]:LIST:DEXChange:AFILe:SEParator:COLumn
[SOURce<HW>]:LIST:DEXChange:AFILe:SEParator:DECimal
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_column() DexchSepCol[source]
# [SOURce<HW>]:LIST:DEXChange:AFILe:SEParator:COLumn value: enums.DexchSepCol = driver.source.listPy.dexchange.afile.separator.get_column()
Selects the separator between the frequency and level column of the ASCII table.
- Returns:
column: TABulator | SEMicolon | COMMa | SPACe
- get_decimal() DexchSepDec[source]
# [SOURce<HW>]:LIST:DEXChange:AFILe:SEParator:DECimal value: enums.DexchSepDec = driver.source.listPy.dexchange.afile.separator.get_decimal()
Sets ‘.’ (decimal point) or ‘,’ (comma) as the decimal separator used in the ASCII data with floating-point numerals.
- Returns:
decimal: DOT | COMMa
- set_column(column: DexchSepCol) None[source]
# [SOURce<HW>]:LIST:DEXChange:AFILe:SEParator:COLumn driver.source.listPy.dexchange.afile.separator.set_column(column = enums.DexchSepCol.COMMa)
Selects the separator between the frequency and level column of the ASCII table.
- Parameters:
column – TABulator | SEMicolon | COMMa | SPACe
- set_decimal(decimal: DexchSepDec) None[source]
# [SOURce<HW>]:LIST:DEXChange:AFILe:SEParator:DECimal driver.source.listPy.dexchange.afile.separator.set_decimal(decimal = enums.DexchSepDec.COMMa)
Sets ‘.’ (decimal point) or ‘,’ (comma) as the decimal separator used in the ASCII data with floating-point numerals.
- Parameters:
decimal – DOT | COMMa