Column
SCPI Command :
CALCulate:SPECtrum<*>:PLISt:SORT:COLumn
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(spectrum=Spectrum.Default) ResultColumn[source]
# CALCulate:SPECtrum<*>:PLISt:SORT:COLumn value: enums.ResultColumn = driver.calculate.spectrum.plist.sort.column.get(spectrum = repcap.Spectrum.Default)
Sorts the results in the spectrum peak list table either according to the frequency or according to the value.
- Parameters:
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)
- Returns:
result_column: FREQ | VAL
- set(result_column: ResultColumn, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:PLISt:SORT:COLumn driver.calculate.spectrum.plist.sort.column.set(result_column = enums.ResultColumn.FREQ, spectrum = repcap.Spectrum.Default)
Sorts the results in the spectrum peak list table either according to the frequency or according to the value.
- Parameters:
result_column – FREQ | VAL
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)