CfDelta

SCPI Command :

CONFigure:CFReduction:CFDelta
class CfDeltaCls[source]

CfDelta commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: 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.

return

cf_delta: numeric value Unit: dB

set(cf_delta: float) None[source]
# SCPI: 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.

param cf_delta

numeric value Unit: dB

Cloning the Group

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

Subgroups