Data

SCPI Command :

CALCulate<n>:CHRDetection:STATes[:DATA]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class DataStruct[source]

Response structure. Fields:

  • 1 Chirp_Rate: List[float]: numeric value Unit: Hz/us

  • 2 Tolerance: List[float]: numeric value Tolerance above or below the nominal chirp rate. Unit: Hz/us

get(window=Window.Default) DataStruct[source]
# CALCulate<n>:CHRDetection:STATes[:DATA]
value: DataStruct = driver.applications.k60Transient.calculate.chrDetection.states.data.get(window = repcap.Window.Default)

Sets and queries the chirp state detection table. It consists of a comma-separated list of value pairs, one for each possible chirp state. The parameters that can be set in the chirp state detection table depend on the chirp settings defined using method RsFsw.applications.k60Transient.calculate.chrDetection.states.auto.set() and the chirp detection mode defined using method RsFsw.applications.k60Transient.calculate.chrDetection.detection.set() :

  • Chirp Settings ‘Auto’ / Chirp Settings ‘Manual’

  • Chirp Detection ‘On’ / All parameters are set automatically. / Manual setting of:

  • Chirp Detection ‘Off’ / Manual setting of: / Manual setting of:

Parameters:

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

Returns:

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

set(chirp_rate: List[float] = None, tolerance: List[float] = None, window=Window.Default) None[source]
# CALCulate<n>:CHRDetection:STATes[:DATA]
driver.applications.k60Transient.calculate.chrDetection.states.data.set(chirp_rate = [1.1, 2.2, 3.3], tolerance = [1.1, 2.2, 3.3], window = repcap.Window.Default)

Sets and queries the chirp state detection table. It consists of a comma-separated list of value pairs, one for each possible chirp state. The parameters that can be set in the chirp state detection table depend on the chirp settings defined using method RsFsw.applications.k60Transient.calculate.chrDetection.states.auto.set() and the chirp detection mode defined using method RsFsw.applications.k60Transient.calculate.chrDetection.detection.set() :

  • Chirp Settings ‘Auto’ / Chirp Settings ‘Manual’

  • Chirp Detection ‘On’ / All parameters are set automatically. / Manual setting of:

  • Chirp Detection ‘Off’ / Manual setting of: / Manual setting of:

Parameters:
  • chirp_rate – numeric value Unit: Hz/us

  • tolerance – numeric value Tolerance above or below the nominal chirp rate. Unit: Hz/us

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