AddThermalDevices:

Path: AerospaceUtils/CAD

% Add a heater and thermistor to each component. 
 It only adds devices to the subsystems that exist when this is called. 
--------------------------------------------------------------------------
   Form:

   AddThermalDevices( g, heaterPower )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   g               (1,1)  Component data structure
   heaterPower     (1,1)  Heater power

   -------
   Outputs
   -------
   None

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

Children:

AerospaceUtils: CAD/BuildCADModel
AerospaceUtils: CAD/CreateComponent
AerospaceUtils: CAD/GenericProperties

Back to the AerospaceUtils Module page