Data

SCPI Command :

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

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

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

return

data: No help available

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

param data

No help available