if (dataRecorderDeviceName != null && !dataRecorderDeviceName.isEmpty()) {
DeviceProxy dataRecorderProxy = TangoDeviceHelper
.getDeviceProxy(dataRecorderDeviceName);
if (TangoCommandHelper.isCommandExist(dataRecorderDeviceName,
"GetConfigList")) {
DeviceData deviceData = dataRecorderProxy
.command_inout("GetConfigList");
if (deviceData != null) {
configList = deviceData.extractStringArray();
}
}