Cvl

SCPI Command :

[SENSe]:CORRection:CVL:CLEar
Commands in total: 11
Subgroups: 10
Direct child commands: 1
clear() None[source]
# [SENSe]:CORRection:CVL:CLEar
driver.sense.correction.cvl.clear()

Deletes the selected conversion loss table. Before this command can be performed, the conversion loss table must be selected (see method RsFsw.applications.k50Spurious.sense.correction.cvl.select.set() ) . Is only available with option B21 (External Mixer) installed.

clear_with_opc(opc_timeout_ms: int = -1) None[source]
# [SENSe]:CORRection:CVL:CLEar
driver.sense.correction.cvl.clear_with_opc()

Deletes the selected conversion loss table. Before this command can be performed, the conversion loss table must be selected (see method RsFsw.applications.k50Spurious.sense.correction.cvl.select.set() ) . Is only available with option B21 (External Mixer) installed.

Same as clear, but waits for the operation to complete before continuing further. Use the RsFsw.utilities.opc_timeout_set() to set the timeout value.

Parameters:

opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

Cloning the Group

# Create a copy of the original group, that exists independently
cvl_copy = driver.sense.correction.cvl.clone()

Subgroups