Data
SCPI Command :
[SENSe]:CORRection:CVL:DATA
- class DataCls[source]
Data commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(freq: List[float], level: List[float]) List[float] [source]
# SCPI: [SENSe]:CORRection:CVL:DATA value: List[float] = driver.applications.k50Spurious.sense.correction.cvl.data.get(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
- return
freq: The frequencies have to be sent in ascending order. Unit: HZ
- set(freq: List[float], level: List[float]) None [source]
# SCPI: [SENSe]:CORRection:CVL:DATA driver.applications.k50Spurious.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