Data

SCPI Command :

[SENSe]:CORRection:CVL:DATA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class DataStruct[source]

Response structure. Fields:

  • 1 Freq: List[float]: The frequencies have to be sent in ascending order. Unit: HZ

  • 2 Level: List[float]: Unit: DB

get() DataStruct[source]
# [SENSe]:CORRection:CVL:DATA
value: DataStruct = driver.sense.correction.cvl.data.get()

Defines the reference values of the selected conversion loss tables. The values are entered as a set of frequency/level pairs. You can define a maximum of 500 frequency/level pairs. Before this command can be performed, you must select the conversion loss table (see method RsFsw.applications.k50Spurious.sense.correction.cvl.select.set() ) . Is only available with option B21 (External Mixer) installed.

Returns:

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

set(freq: List[float], level: List[float]) None[source]
# [SENSe]:CORRection:CVL:DATA
driver.sense.correction.cvl.data.set(freq = [1.1, 2.2, 3.3], level = [1.1, 2.2, 3.3])

Defines the reference values of the selected conversion loss tables. The values are entered as a set of frequency/level pairs. You can define a maximum of 500 frequency/level pairs. Before this command can be performed, you must select the conversion loss table (see method RsFsw.applications.k50Spurious.sense.correction.cvl.select.set() ) . Is only available with option B21 (External Mixer) installed.

Parameters:
  • freq – The frequencies have to be sent in ascending order. Unit: HZ

  • level – Unit: DB