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





Description

Enables the specified control parameter.

Syntax

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

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

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

[Java]
public  enableControlParameter(
AgEVAControlPowerSolarArray Param
);

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

Parameters

Param
Member Value Description
eVAControlPowerSolarArrayC0 0 The ThermalModel.C0 coefficient.
eVAControlPowerSolarArrayC1 1 The ThermalModel.C1 coefficient.
eVAControlPowerSolarArrayC2 2 The ThermalModel.C2 coefficient.
eVAControlPowerSolarArrayC3 3 The ThermalModel.C3 coefficient.
eVAControlPowerSolarArrayC4 4 The ThermalModel.C4 coefficient.
eVAControlPowerSolarArrayArea 5 The solar array panel area.
eVAControlPowerSolarArrayEfficiency 6 The array efficiency in producing output power from a collection of cells.
eVAControlPowerSolarArrayCellEfficiency 7 The cell efficiency in producing output power from incident sunlight.
eVAControlPowerSolarArrayConcentration 8 The solar array concentration factor.
eVAControlPowerSolarArrayInclinationToSunLine 9 The angle from the panel normal vector to the apparent sun line.
eVAControlPowerSolarArrayPercentDegradation 10 The percent degradation per year; degradation factor is (1 - x%/yr)timeSinceRefEpoch.
eVAControlPowerSolarArrayEpoch 11 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