Train
SCPI Command :
CONFigure:EQUalizer:TRAin
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set() None[source]
# CONFigure:EQUalizer:TRAin driver.applications.k18AmplifierEt.configure.equalizer.train.set()
This command initiates a training sequence for the equalizer filter. Note that you have to synchronize the measurement before you can initiate a training sequence. Prerequisites for this command
Define a filter length (method
RsFsw.applications.k18AmplifierEt.configure.equalizer.filterPy.length.set()) .
- set_with_opc(opc_timeout_ms: int = -1) None[source]
# CONFigure:EQUalizer:TRAin driver.applications.k18AmplifierEt.configure.equalizer.train.set_with_opc()
This command initiates a training sequence for the equalizer filter. Note that you have to synchronize the measurement before you can initiate a training sequence. Prerequisites for this command
Define a filter length (method
RsFsw.applications.k18AmplifierEt.configure.equalizer.filterPy.length.set()) .
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.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.