:orphan: .. **************************************************************************** .. CUI .. .. 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. .. **************************************************************************** WsfCommMediumModeUnguided ------------------------- .. class:: WsfCommMediumModeUnguided inherits WsfCommMediumModeGuided Description =========== This script class provides access to mode objects utilized by :model:`WSF_COMM_MEDIUM_UNGUIDED`. Methods ======= .. method:: bool GetUseXferRateTable() Returns true if this mode is indicated to use a SNR transfer rate table when determining transmission rate. Return false, otherwise. .. method:: double GetBitErrorProbability() Returns the bit error probability rate associated with this mode. .. method:: double GetErrorCorrection() Returns the error correction value associated with this mode. .. method:: bool GetUseBER_EbNoTable() Returns true if this mode is indicated to use the bit error rate table for determining transmission rate. Returns false, otherwise.