Train

SCPI Command :

CONFigure:EQUalizer:TRAin
class TrainCls[source]

Train commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

INTRO_CMD_HELP: Prerequisites for this command

  • Define a filter length (method RsFsw.Applications.K18_AmplifierEt.Configure.Equalizer.FilterPy.Length.set) .

set_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: 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.

INTRO_CMD_HELP: Prerequisites for this command

  • Define a filter length (method RsFsw.Applications.K18_AmplifierEt.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.

param opc_timeout_ms

Maximum time to wait in milliseconds, valid only for this call.