Results

SCPI Command :

CALCulate<n>:HOPDetection: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 hop was detected

  • Hop_No: float: consecutive number of detected hop, starts at 1 for each new measurement

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

  • Begin: str: char_data relative time (in ms) from the capture start at which the signal first enters the tolerance area of a nominal hop (within the analysis region) Unit: ms

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

  • Switch_Time: str: char_data The time the signal requires to ‘hop’ from one level to the next. It is defined as the time between a hop end and the following hop begin. Unit: ms

  • Freq_Nom: float: Nominal frequency of the hop state Unit: kHz

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

  • Freq_Dev: float: Deviation of the hop frequency from the nominal hop state frequency For details see ‘Hop State Deviation’. Unit: kHz

  • Freq_Rel: float: Relative difference in frequency between two hops. For details see ‘Relative Frequency (Hop-to-Hop) ‘. Unit: kHz

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

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

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

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

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

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

  • Pow_Min: float: Minimum power level measured during a hop. Which part of the hop 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 hop. Which part of the hop 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 hop. Which part of the hop 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 hop ripple time. Which part of the hop 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>:HOPDetection:TABLe:RESults
value: GetStruct = driver.applications.k60Transient.calculate.hopDetection.table.results.get(start = 1, end = 1, window = repcap.Window.Default)

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

param start

integer The hop number of the first hop to be returned. Hop numbers start at 1.

param end

integer The hop number of the last hop 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.