Cvl
SCPI Command :
[SENSe]:CORRection:CVL:CLEar
- class CvlCls[source]
- Cvl commands group definition. 11 total commands, 10 Subgroups, 1 group commands - clear() None[source]
- # SCPI: [SENSe]:CORRection:CVL:CLEar driver.applications.k50Spurious.sense.correction.cvl.clear() - Deletes the selected conversion loss table. Before this command can be performed, the conversion loss table must be selected (see [SENSe:]CORRection:CVL:SELect) . Is only available with option B21 (External Mixer) installed. 
 - clear_with_opc(opc_timeout_ms: int = - 1) None[source]
- # SCPI: [SENSe]:CORRection:CVL:CLEar driver.applications.k50Spurious.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 [SENSe:]CORRection:CVL:SELect) . 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. - param opc_timeout_ms
- Maximum time to wait in milliseconds, valid only for this call. 
 
 
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k50Spurious.sense.correction.cvl.clone()
Subgroups