Equalizer
SCPI Command :
[SENSe]:DDEMod:EQUalizer:RESet
- class EqualizerCls[source]
Equalizer commands group definition. 7 total commands, 6 Subgroups, 1 group commands
- reset() None [source]
# SCPI: [SENSe]:DDEMod:EQUalizer:RESet driver.applications.k70Vsa.sense.ddemod.equalizer.reset()
Deletes the data of the currently selected equalizer. After deletion, training can start again using the command DDEM:EQU:MODE TRA (see [SENSe:]DDEMod:EQUalizer:MODE) .
- reset_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: [SENSe]:DDEMod:EQUalizer:RESet driver.applications.k70Vsa.sense.ddemod.equalizer.reset_with_opc()
Deletes the data of the currently selected equalizer. After deletion, training can start again using the command DDEM:EQU:MODE TRA (see [SENSe:]DDEMod:EQUalizer:MODE) .
Same as reset, 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.k70Vsa.sense.ddemod.equalizer.clone()
Subgroups