Results

SCPI Command :

CALCulate<n>:CHRDetection:TABLe:RESults
class ResultsCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Idn: str: char_data Timestamp which corresponds to the absolute time the beginning of the chirp was detected

  • Chirp_No: float: Consecutive number of detected chirp, starts at 1 for each new measurement

  • State_Index: float: Consecutive number of corresponding nominal chirp state as defined in the ‘Chirp States’ table (see [CMDLINKRESOLVED Applications.K60_Transient.Calculate.ChrDetection.States.Data#set CMDLINKRESOLVED])

  • Begin: str: char_data Time offset from the analysis region start at which the signal first enters the tolerance area of a nominal chirp Unit: ms

  • Length: str: char_data The duration of a chirp from begin to end, that is, the time the signal remains in the tolerance area of a nominal chirp. Unit: ms

  • Crate: str: char_data Derivative of the FM vs time trace within the frequency measurement range Unit: kHz/us

  • Crate_Dev: float: Deviation of the detected chirp rate from the nominal chirp state (in kHz/us) . For details see ‘Chirp State Deviation’. Unit: kHz/us

  • Freq_Avg: float: Average frequency measured within the frequency measurement range of the chirp Unit: kHz

  • Fm_Dev_Max: float: Maximum deviation of the chirp frequency from the nominal chirp frequency as defined in the ‘Chirp States’ table. The deviation is calculated within the frequency measurement range of the chirp. For details see ‘Frequency Deviation (Peak) ‘. Unit: kHz

  • Fm_Dev_Rms: float: RMS deviation of the chirp frequency from the nominal (linear) chirp frequency as defined in the ‘Chirp States’ table. The deviation is calculated within the frequency measurement range of the chirp. For details see ‘Frequency Deviation (RMS) ‘. Unit: kHz

  • Fm_Dev_Avg: float: Average deviation of the chirp frequency from the nominal (linear) chirp frequency as defined in the ‘Chirp States’ table. The deviation is calculated within the frequency measurement range of the chirp. For details see ‘Frequency Deviation (Average) ‘. Unit: kHz

  • Pm_Dev_Max: float: Maximum deviation of the chirp phase from the nominal chirp phase as defined in the ‘Chirp States’ table. The deviation is calculated within the frequency measurement range of the chirp. For details see ‘Phase Deviation (Peak) ‘. Unit: kHz

  • Pm_Dev_Rms: float: RMS deviation of the chirp phase from the nominal (linear) chirp phase as defined in the ‘Chirp States’ table. The deviation is calculated within the frequency measurement range of the chirp. For details see ‘Phase Deviation (RMS) ‘. Unit: kHz

  • Pm_Dev_Avg: float: Average deviation of the chirp phase from the nominal (linear) chirp phase as defined in the ‘Chirp States’ table. The deviation is calculated within the frequency measurement range of the chirp. For details see ‘Phase Deviation (Average) ‘. Unit: kHz

  • Pow_Min: float: Minimum power level measured during a chirp. Which part of the chirp precisely is used for calculation depends on the power parameters in the ‘Power’ measurement range configuration. Unit: dBm

  • Pow_Max: float: Maximum power level measured during a chirp. Which part of the chirp precisely is used for calculation depends on the power parameters in the ‘Power’ measurement range configuration. Unit: dBm

  • Pow_Avg: float: Average power level measured during a chirp. Which part of the chirp precisely is used for calculation depends on the power parameters in the ‘Power’ measurement range configuration. Unit: dBm

  • Pow_Rip: float: Power level measured during the chirp ripple time. Which part of the chirp precisely is used for calculation depends on the power parameters in the ‘Power’ measurement range configuration. Unit: dBm

get(start: Optional[int] = None, end: Optional[int] = None, window=Window.Default) GetStruct[source]
# SCPI: CALCulate<n>:CHRDetection:TABLe:RESults
value: GetStruct = driver.applications.k60Transient.calculate.chrDetection.table.results.get(start = 1, end = 1, window = repcap.Window.Default)

Queries the chirp results table. The result is a comma-separated list of value sets, one set for each chirp. If no query parameters are specified, the results for all detected chirps are returned. Which values are returned depends on the enabled parameters for the results tables (see method RsFsw.Applications.K60_Transient.Calculate.ChrDetection.Table. Column.set) .

param start

integer The chirp number of the first chirp to be returned. Chirp numbers start at 1.

param end

integer The chirp number of the last chirp to be returned.

param window

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

return

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