Column

SCPI Command :

CALCulate<n>:CHRDetection:TABLe:COLumn
class ColumnCls[source]

Column commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class ColumnStruct[source]

Response structure. Fields:

  • State: bool: ON | OFF | 1 | 0 Enables or disables all subsequently listed headers ON | 1 Provides results for the defined Headers only OFF | 0 Provides results for all table parameters except the specified Headers.

  • Headers: List[enums.TableHeadersK60]: ALL | STATe | BEGin | LENGth | RATE | CHERror | FREQuency | MAXFm | RMSFm | AVGFm | MINPower | MAXPower | AVGPower | PWRRipple | AVPHm | MXPHm | RMSPm | FMSPoint | FMSTime | FMSLength | BWIDth | AVGNonlinear | RMSNonlinear | MAXNonlinear | PMSPoint | PMSTime | PMSLength All listed parameters are displayed or hidden in the table results (depending on the State parameter) . ALL See ‘Chirp parameters’. STATe Chirp state BEGin Chirp Begin LENGth Chirp length RATe Chirp rate CHERror Chirp state deviation FREQuency Average frequency MAXFm Maximum Frequency Deviation RMSFm RMS Frequency Deviation AVGFm Average Frequency Deviation AVGPower Average power MINPower Minimum power MAXPower Maximum power PWRRipple Power ripple AVPHm Average phase deviation MXPHm Maximum phase deviation RMSPm RMS phase deviation FMSPoint FM settling point FMSTime FM settling time FMSLength FM settled length BWIDth Bandwidth AVGNonlinear Average frequency non-linearity RMSNonlinear RMS frequency non-linearity MAXNonlinear Peak frequency non-linearity PMSPoint PM settling point PMSTime PM settling time PMSLength PM settled length

get(window=Window.Default) ColumnStruct[source]
# SCPI: CALCulate<n>:CHRDetection:TABLe:COLumn
value: ColumnStruct = driver.applications.k60Transient.calculate.chrDetection.table.column.get(window = repcap.Window.Default)

Enables or disables columns in all chirp results and statistics tables. Note that only the enabled columns are returned for the method RsFsw.Applications.K60_Transient.Calculate.ChrDetection.Table.Results.get_ query.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

return

structure: for return value, see the help for ColumnStruct structure arguments.

set(state: bool, headers: Optional[List[RsFsw.enums.TableHeadersK60]] = None, window=Window.Default) None[source]
# SCPI: CALCulate<n>:CHRDetection:TABLe:COLumn
driver.applications.k60Transient.calculate.chrDetection.table.column.set(state = False, headers = [TableHeadersK60.ALL, TableHeadersK60.SWITching], window = repcap.Window.Default)

Enables or disables columns in all chirp results and statistics tables. Note that only the enabled columns are returned for the method RsFsw.Applications.K60_Transient.Calculate.ChrDetection.Table.Results.get_ query.

param state

ON | OFF | 1 | 0 Enables or disables all subsequently listed headers ON | 1 Provides results for the defined Headers only OFF | 0 Provides results for all table parameters except the specified Headers.

param headers

ALL | STATe | BEGin | LENGth | RATE | CHERror | FREQuency | MAXFm | RMSFm | AVGFm | MINPower | MAXPower | AVGPower | PWRRipple | AVPHm | MXPHm | RMSPm | FMSPoint | FMSTime | FMSLength | BWIDth | AVGNonlinear | RMSNonlinear | MAXNonlinear | PMSPoint | PMSTime | PMSLength All listed parameters are displayed or hidden in the table results (depending on the State parameter) . ALL See ‘Chirp parameters’. STATe Chirp state BEGin Chirp Begin LENGth Chirp length RATe Chirp rate CHERror Chirp state deviation FREQuency Average frequency MAXFm Maximum Frequency Deviation RMSFm RMS Frequency Deviation AVGFm Average Frequency Deviation AVGPower Average power MINPower Minimum power MAXPower Maximum power PWRRipple Power ripple AVPHm Average phase deviation MXPHm Maximum phase deviation RMSPm RMS phase deviation FMSPoint FM settling point FMSTime FM settling time FMSLength FM settled length BWIDth Bandwidth AVGNonlinear Average frequency non-linearity RMSNonlinear RMS frequency non-linearity MAXNonlinear Peak frequency non-linearity PMSPoint PM settling point PMSTime PM settling time PMSLength PM settled length

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)