STK AgAsHpopPluginSend comments on this topic.
AtmFluxLags Method (IAgAsHpopPluginResultPostEval)
See Also
F10p7Lag
The lag time (in seconds) used to access F10.7 and average F1q0.7 values from the flux file.
GeoFluxLag
The lag time (in seconds) used to access geomagnetic flux values (ap and kp) from the flux file.
Windows





Windows & Linux

Description

The lag times (in secs), relative to the current epoch, at which the density flux values are evaluated.

Syntax

[Visual Basic .NET]
Public Sub AtmFluxLags( _
    ByRef F10p7Lag As Double, _
    ByRef GeoFluxLag As Double _
)
[C#]
public void AtmFluxLags(
    ref double F10p7Lag,
    ref double GeoFluxLag
);
[Managed C++]
public: void AtmFluxLags(
    double ^ F10p7Lag,
    double ^ GeoFluxLag
);
[Unmanaged C++]
public: HRESULT AtmFluxLags(
    double * F10p7Lag,
    double * GeoFluxLag
);

Parameters

F10p7Lag
The lag time (in seconds) used to access F10.7 and average F1q0.7 values from the flux file.
GeoFluxLag
The lag time (in seconds) used to access geomagnetic flux values (ap and kp) from the flux file.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.