PlateModel.AddPlate(String) Method

Top 

Description

Adds a new plate to the PlateModel.

 

You must set the Spacecraft's ForceModel.SRPForceGeometry to "PlateModel" for this to have an effect.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

PlateModel.AddPlate(

String plateName)

 

 

Arguments

plateName


Description:

The name of the plate to add.

 

 

 

Return Value

Type:

number

 

 

Returns the index of the newly added plate.

 

Syntax

myVariable1 = myPlateModel1.AddPlate(myString1);

 

 

See also

PlateModel Object

PlateModel.AddPlate