Constant:

Path: Common/Database

--------------------------------------------------------------------------
   Outputs the value of a constant or opens a GUI for searching. 
   q must be an exact match. Case and spaces have no effect. 
   To search for a string (without using the GUI) type 
       Constant( searchString, 'find' )

   Loads either sCTConstants.mat or, if not found, ACTConstants.mat.

   Since version 1.
--------------------------------------------------------------------------
   Form:
   [x, u] = Constant( q, gUICode )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   q               (1,:)  String describing the constant
   gUICode         (1,:)  GUI code

   -------
   Outputs
   -------
   x               (1,1)  The value
   u               (1,:)  Units (if applicable)

--------------------------------------------------------------------------

Children:

AC: ACData/ACTConstants
Common: CommonData/Constants
Common: CommonData/xSplashSmall
Common: General/DeleteCell
OrbitMiniToolbox: Support/sCTConstants

Back to the Common Module page