CfDelta

SCPI Command :

CONFigure:CFReduction:CFDelta
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# CONFigure:CFReduction:CFDelta
value: float = driver.applications.k18AmplifierEt.configure.cfReduction.cfDelta.get()

Sets the value difference by which you want to change the crest factor.

Returns:

cf_delta: numeric value Unit: dB

set(cf_delta: float) None[source]
# CONFigure:CFReduction:CFDelta
driver.applications.k18AmplifierEt.configure.cfReduction.cfDelta.set(cf_delta = 1.0)

Sets the value difference by which you want to change the crest factor.

Parameters:

cf_delta – numeric value Unit: dB

Cloning the Group

# Create a copy of the original group, that exists independently
cfDelta_copy = driver.applications.k18AmplifierEt.configure.cfReduction.cfDelta.clone()

Subgroups