STK AgAsHpopPluginSend comments on this topic.
AtmFlux Method (IAgAsDensityModelResult)
See Also
Scale
WholeDays
SecsIntoDay
F10p7
AvgF10p7
Ap
ApDaily
Kp
KpDaily
Windows





Windows & Linux

Description

Flux values used by density models, evaluated at the requested time. No time lags are incorporated.

Syntax

[Visual Basic .NET]
Public Sub AtmFlux( _
    ByVal Scale As AgEUtTimeScale, _
    ByVal WholeDays As Integer, _
    ByVal SecsIntoDay As Double, _
    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 AtmFlux(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay,
    ref double F10p7,
    ref double AvgF10p7,
    ref double Ap,
    ref double ApDaily,
    ref double Kp,
    ref double KpDaily
);
[Managed C++]
public: void AtmFlux(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay,
    double ^ F10p7,
    double ^ AvgF10p7,
    double ^ Ap,
    double ^ ApDaily,
    double ^ Kp,
    double ^ KpDaily
);
[Unmanaged C++]
public: HRESULT AtmFlux(
    AgEUtTimeScale Scale,
    long WholeDays,
    double SecsIntoDay,
    double * F10p7,
    double * AvgF10p7,
    double * Ap,
    double * ApDaily,
    double * Kp,
    double * KpDaily
);

Parameters

Scale
WholeDays
SecsIntoDay
F10p7
AvgF10p7
Ap
ApDaily
Kp
KpDaily

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.