: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_AMTI_SettingsCommandMessage ------------------------------- .. class:: UCI_AMTI_SettingsCommandMessage inherits UCI_Message Overview ======== This message allows the user to enable/disable a capability (mode) on a radar sensor. Static Methods ============== .. method:: static UCI_AMTI_SettingsCommandMessage Construct(UCI_CapabilityId aCapabilityId, UCI_CapabilityState aState) This method constructs an instance of an UCI_AMTI_SettingsCommandMessage that will command the capability with the UUID of aCapabilityId to the state, aState. If aState is :method:`ENABLE`, the capability state will be set to UCI_AVAILABLE. :method:`DISABLE` will set the capability state to UCI_UNAVAILABLE.