Apply

SCPI Command :

CONFigure:CFReduction:APPLy
class ApplyCls[source]

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

set() None[source]
# SCPI: CONFigure:CFReduction:APPLy
driver.applications.k18AmplifierEt.configure.cfReduction.apply.set()

Applies crest factor reduction on the connected signal generator. Only available for backward compatibility, use method RsFsw.Applications.K18_AmplifierEt.Configure.CfReduction.Read.set instead.

set_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: CONFigure:CFReduction:APPLy
driver.applications.k18AmplifierEt.configure.cfReduction.apply.set_with_opc()

Applies crest factor reduction on the connected signal generator. Only available for backward compatibility, use method RsFsw.Applications.K18_AmplifierEt.Configure.CfReduction.Read.set instead.

Same as set, 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.k18AmplifierEt.configure.cfReduction.apply.clone()

Subgroups