Spacecraft.BPlaneBMag(String) Method

Top 

Description

Returns the distance of the piercing point from the origin of the B-plane. In terms of the Cartesian coordinates.

BPlaneBMag = SQRT(BPlaneBdotT^2 + BPlaneBdotR^2)

 

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

Spacecraft.BPlaneBMag(

String bodyName)

 

 

Arguments

bodyName


Description:

The name of the CelestialObject for which the b-plane is defined.

 

 

 

Return Value

Type:

number

Units:

km

 

 

Returns the distance of the piercing point from the origin of the B-plane. In terms of the Cartesian coordinates.

BPlaneBMag = SQRT(BPlaneBdotT^2 + BPlaneBdotR^2)

 

Syntax

myVariable1 = mySpacecraft1.BPlaneBMag(myString1);

 

 

See also

Spacecraft Object

Spacecraft.BPlaneBMag

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide