* @throws SalsaDeviceException
*/
public void loadScan(IConfig2D config, IContext context) throws SalsaDeviceException {
String scanServerName = context.getScanServerName();
if (TangoDeviceHelper.isDeviceRunning(scanServerName)) {
scanConnectorTool2D = new ScanConnectorTool2D(scanServerName);
}
else {
throw new SalsaDeviceException("Cannot start " + scanServerName
+ " because device is down");
}