STK AgAsHpopPluginSend comments on this topic.
CurrentAtmFlux Method (IAgAsHpopPluginResult)
See Also
F10p7
F10.7 flux value at the F10.7 lag time from current time.
AvgF10p7
Average F10.7 flux value at the F10.7 lag time from current time.
Ap
Geomagnetic flux , expressed as an Ap value, at the geomagnetic lag time from the current time.
ApDaily
The daily value of geomagnetic flux , expressed as an Ap value, at the geomagnetic lag time from the current time.
Kp
Geomagnetic flux , expressed as a Kp value, at the geomagnetic lag time from the current time.
KpDaily
The daily value of geomagnetic flux , expressed as a Kp value, at the geomagnetic lag time from the current time.
Windows





Windows & Linux

Description

Flux values used by the density model, evaluated at the current time.

Syntax

[Visual Basic .NET]
Public Sub CurrentAtmFlux( _
    ByRef F10p7 As Double, _
    ByRef AvgF10p7 As Double, _
    ByRef Ap As Double, _
    ByRef ApDaily As Double, _
    ByRef Kp As Double, _
    ByRef KpDaily As Double _
)
[C#]
public void CurrentAtmFlux(
    ref double F10p7,
    ref double AvgF10p7,
    ref double Ap,
    ref double ApDaily,
    ref double Kp,
    ref double KpDaily
);
[Managed C++]
public: void CurrentAtmFlux(
    double ^ F10p7,
    double ^ AvgF10p7,
    double ^ Ap,
    double ^ ApDaily,
    double ^ Kp,
    double ^ KpDaily
);
[Unmanaged C++]
public: HRESULT CurrentAtmFlux(
    double * F10p7,
    double * AvgF10p7,
    double * Ap,
    double * ApDaily,
    double * Kp,
    double * KpDaily
);

Parameters

F10p7
F10.7 flux value at the F10.7 lag time from current time.
AvgF10p7
Average F10.7 flux value at the F10.7 lag time from current time.
Ap
Geomagnetic flux , expressed as an Ap value, at the geomagnetic lag time from the current time.
ApDaily
The daily value of geomagnetic flux , expressed as an Ap value, at the geomagnetic lag time from the current time.
Kp
Geomagnetic flux , expressed as a Kp value, at the geomagnetic lag time from the current time.
KpDaily
The daily value of geomagnetic flux , expressed as a Kp value, at the geomagnetic lag time from the current time.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.