Description
Compute B/Beq (i.e., the ratio of the magnetic field at the specified Earth location to the minimum field intensity along the field line thru the location). Uses Date, Angle, Longitude, and Distance Dimensions.
Syntax
[Visual Basic .NET] |
---|
Public Function ComputeBBeq( _
ByVal Time As System.Object, _
ByVal Lat As Double, _
ByVal Lon As Double, _
ByVal Alt As Double _
) As Double
|
[C#] |
---|
public double ComputeBBeq(
System.Object Time,
double Lat,
double Lon,
double Alt
);
|
[Managed C++] |
---|
public: double ComputeBBeq(
VARIANT Time,
double Lat,
double Lon,
double Alt
);
|
[Unmanaged C++] |
---|
public: HRESULT ComputeBBeq(
VARIANT Time,
double Lat,
double Lon,
double Alt,
double * pBBeq
);
|
[Java] |
---|
public double computeBBeq(
AgVariant Time,
double Lat,
double Lon,
double Alt
);
|
[Python - STK API ] |
---|
def ComputeBBeq(self, Time:typing.Any, Lat:float, Lon:float, Alt:float) -> float:
|
Parameters
See Also