ForceModel.GetPotentialFileMu(String) Method

Top 

Description

Gets the Mu value for the specified CelestialObject in the Potential File used by this Integrator.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

ForceModel.GetPotentialFileMu(

String bodyName)

 

 

Arguments

bodyName


Description:

The name of the CelestialObject whose Mu value is to be retrieved.

 

 

 

Return Value

Type:

number

 

 

Returns the Mu value.

 

Syntax

myVariable1 = myForceModel1.GetPotentialFileMu(myString1);

 

 

See also

ForceModel Object

Setting up a Force Model