*/
protected void command(String commandName) throws DevFailed {
actionName = "command_inout(" + commandName + ")";
if (TangoCommandHelper.isCommandExist(scanServerName, commandName)) {
LOGGER.trace("Execute command = {}/{}", scanServerName, commandName);
new TangoCommand(scanServerName, commandName).execute();
}
}