Equalizer
SCPI Command :
[SENSe]:DDEMod:EQUalizer:RESet
- Commands in total: 7Subgroups: 6Direct child commands: 1
- reset() None[source]
# [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 method
RsFsw.applications.k70Vsa.sense.ddemod.equalizer.mode.set()) .
- reset_with_opc(opc_timeout_ms: int = -1) None[source]
# [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 method
RsFsw.applications.k70Vsa.sense.ddemod.equalizer.mode.set()) .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.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
Cloning the Group
# Create a copy of the original group, that exists independently
equalizer_copy = driver.applications.k70Vsa.sense.ddemod.equalizer.clone()
Subgroups