TangoAttribute scanTypeAttribute = new TangoAttribute(scanServerName + "/scanType");
int scanType = scanTypeAttribute.read(Integer.class);
if (scanType != 2) {
return null;
}
scanResult = new ScanResult2DImpl();
scanResult.setScanServer(scanServerName);
scanResult.setResultType(IScanResult.ResultType.RESULT_2D);
// Name.
actionName = "read_attribute(\"runName\")";