:orphan: .. **************************************************************************** .. CUI//REL TO USA ONLY .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** UCI_CapabilityStatus -------------------- .. class:: UCI_CapabilityStatus Overview ======== This class defines the capability (mode) status of sensors. Methods ======= .. method:: UCI_CapabilityId CapabilityId() Returns the capability ID. .. method:: bool IsAvailable() Returns true if the capability is available. .. method:: bool IsDisabled() Returns true if the capability is disabled. .. method:: bool IsExpended() Returns true if the capability is expended. .. method:: bool IsFaulted() Returns true if the capability is faulted. .. method:: bool IsUnavailable() Returns true if the capability is unavailable. .. method:: bool IsTemporarilyUnavailable() Returns true if the capability is temporarily unavailable.