Data

SCPI Command :

[SENSe]:CORRection:CVL:DATA
class DataCls[source]

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

class DataStruct[source]

Response structure. Fields:

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

  • Level: List[float]: Unit: DB

get() DataStruct[source]
# SCPI: [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 [SENSe:]CORRection:CVL:SELect) . Is only available with option B21 (External Mixer) installed.

return

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

set(freq: List[float], level: List[float]) None[source]
# SCPI: [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 [SENSe:]CORRection:CVL:SELect) . Is only available with option B21 (External Mixer) installed.

param freq

The frequencies have to be sent in ascending order. Unit: HZ

param level

Unit: DB