AGI STK Astrogator 11 Send comments on this topic.
EnableControlParameter Method (IAgVAPowerInternal)
See Also 
Param





Description

Enables the specified control parameter.

Syntax

[Visual Basic .NET]
Public Sub EnableControlParameter( _
   ByVal Param As AgEVAControlPowerInternal _
) 

[C#]
public void EnableControlParameter(
AgEVAControlPowerInternal Param
);

[Managed C++]
public: void EnableControlParameter(
AgEVAControlPowerInternal Param
);

[Java]
public  enableControlParameter(
AgEVAControlPowerInternal Param
);

[Unmanaged C++]
public: HRESULT EnableControlParameter(
AgEVAControlPowerInternal Param
);

Parameters

Param
Member Value Description
eVAControlPowerInternalGeneratedPower 0 The power generated by the spacecraft from internal sources.
eVAControlPowerInternalPercentDegradation 1 The percent degradation per year; degradation factor is (1 - x%/yr)timeSinceRefEpoch.
eVAControlPowerInternalEpoch 2 The date and time used as a reference epoch for degradation.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1