STK ObjectsSend comments on this topic.
ComputeDipoleL Method (IAgVeSpEnvMagneticField)
See Also
time
Windows





Windows & Linux

Description

Compute dipole L-shell parameter at the vehicle's location. Uses DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Function ComputeDipoleL( _
    ByVal time As System.Object _
) As Double
[C#]
public double ComputeDipoleL(
    System.Object time
);
[Managed C++]
public: double ComputeDipoleL(
    VARIANT time
);
[Unmanaged C++]
public: HRESULT ComputeDipoleL(
    VARIANT time,
    double * pL
);
[Java]
public double computeDipoleL(
    AgVariant time
);
[Python - STK API ]
def ComputeDipoleL(self, time:typing.Any) -> float:

Parameters

time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.