Compute SAA flux intensity at the specified time on the vehicle's channel. Uses DateFormat and FluxIntensity Dimensions.
[Visual Basic .NET] |
---|
Public Function ComputeSAAFluxIntensity( _ ByVal time As System.Object _ ) As Double |
[C#] |
---|
public double ComputeSAAFluxIntensity( System.Object time ); |
[Managed C++] |
---|
public: double ComputeSAAFluxIntensity( VARIANT time ); |
[Unmanaged C++] |
---|
public: HRESULT ComputeSAAFluxIntensity( VARIANT time, double * pSAAFluxIntensity ); |
[Java] |
---|
public double computeSAAFluxIntensity( AgVariant time ); |
[Python - STK API ] |
---|
def ComputeSAAFluxIntensity(self, time:typing.Any) -> float: |
- time