// Set the Y trajectories
initTrajectories(2, dimensionY, actuatorList2);
}
// ScanAddOn
IScanAddOns scanAddOns = newConfig.getScanAddOn();
if (scanAddOns == null) {
scanAddOns = new ScanAddOnImp();
}
IErrorStrategy errorStrategy = scanAddOns.getErrorStrategy();
String contextValidation = CurrentConfigurationParser.readContextValidation(scanServer);
if (contextValidation != null && !contextValidation.isEmpty()) {
errorStrategy.setContextValidationDevice(contextValidation);
int strategy = CurrentConfigurationParser.readErrorStrategy(scanServer,
CurrentScanDataModel.CONTEXT_VALIDATION);