Data

SCPI Command :

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

Response structure. Fields:

  • 1 Freq_Offset: List[float]: Frequency offsets from the center frequency Unit: HZ

  • 2 Tolerance: List[float]: Tolerance above or below the nominal frequency. Unit: HZ

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

Sets and queries the hop state detection table. It consists of a comma-separated list of value pairs, one for each possible hop state. A maximum of 1000 states can be defined. Note that the state table can only be configured manually if method RsFsw.applications.k60Transient.calculate.hopDetection.states.auto.set() is OFF.

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(freq_offset: List[float] = None, tolerance: List[float] = None, window=Window.Default) None[source]
# CALCulate<n>:HOPDetection:STATes[:DATA]
driver.applications.k60Transient.calculate.hopDetection.states.data.set(freq_offset = [1.1, 2.2, 3.3], tolerance = [1.1, 2.2, 3.3], window = repcap.Window.Default)

Sets and queries the hop state detection table. It consists of a comma-separated list of value pairs, one for each possible hop state. A maximum of 1000 states can be defined. Note that the state table can only be configured manually if method RsFsw.applications.k60Transient.calculate.hopDetection.states.auto.set() is OFF.

Parameters:
  • freq_offset – Frequency offsets from the center frequency Unit: HZ

  • tolerance – Tolerance above or below the nominal frequency. Unit: HZ

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