Data

SCPI Command :

[SENSe]:CORRection:CVL:DATA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:CORRection:CVL:DATA
value: float = driver.applications.k70Vsa.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.

set(data: float) None[source]
# [SENSe]:CORRection:CVL:DATA
driver.applications.k70Vsa.sense.correction.cvl.data.set(data = 1.0)

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.