AGI STK Astrogator 11 Send comments on this topic.
CellEfficiencyPercent Property (IAgVAPowerSolarArray)
See Also 





Description

The cell efficiency in producing output power from incident sunlight. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CellEfficiencyPercent() As Double

[C#]
public double CellEfficiencyPercent {get; set;}

[Managed C++]
public: __property double get_CellEfficiencyPercent();
public: __property void set_CellEfficiencyPercent(
double
);

[Unmanaged C++]
public: HRESULT get_CellEfficiencyPercent(
double * pRetVal
);
public: HRESULT put_CellEfficiencyPercent(
double NewCellEfficiencyPercent
);

[Java]
public double getCellEfficiencyPercent();public void setCellEfficiencyPercent(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1