Data
SCPI Command :
[SENSe]:CORRection:CVL:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(freq: List[float], level: List[float]) List[float][source]
# [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 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
- Returns:
freq: The frequencies have to be sent in ascending order. Unit: HZ
- set(freq: List[float], level: List[float]) None[source]
# [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 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