STK ObjectsSend comments on this topic.
ComputeProtonIntegralFluxes Method (IAgVeSpEnvRadiation)
See Also
time
Windows





Windows & Linux

Description

Computes proton integral fluxes at the specified time, returned in an array of doubles (1 flux per proton energy). Uses FluxPerParticleEnergy Dimension.

Syntax

[Visual Basic .NET]
Public Function ComputeProtonIntegralFluxes( _
    ByVal time As System.Object _
) As System.Array
[C#]
public System.Array ComputeProtonIntegralFluxes(
    System.Object time
);
[Managed C++]
public: System::Array ComputeProtonIntegralFluxes(
    VARIANT time
);
[Unmanaged C++]
public: HRESULT ComputeProtonIntegralFluxes(
    VARIANT time,
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray computeProtonIntegralFluxes(
    AgVariant time
);
[Python - STK API ]
def ComputeProtonIntegralFluxes(self, time:typing.Any) -> list:

Parameters

time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.