Compute geomagnetic field in Earth Fixed components, returned as the array (Bx, By, Bz), at the vehicle's location location. Uses DateFormat and MagneticField Dimensions.
[Visual Basic .NET] |
---|
Public Function ComputeBFieldAsArray( _ ByVal time As System.Object _ ) As System.Array |
[C#] |
---|
public System.Array ComputeBFieldAsArray( System.Object time ); |
[Managed C++] |
---|
public: System::Array ComputeBFieldAsArray( VARIANT time ); |
[Java] |
---|
public AgSafeArray computeBFieldAsArray( AgVariant time ); |
[Python - STK API ] |
---|
def ComputeBFieldAsArray(self, time:typing.Any) -> list: |
- time