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 * pVal
);
public: HRESULT put_CellEfficiencyPercent(
double InVal
);
|
| [Java] |
|---|
public double getCellEfficiencyPercent();
public void setCellEfficiencyPercent(
double
);
|
| [Python - STK API] |
|---|
@property
def CellEfficiencyPercent(self) -> float:
@CellEfficiencyPercent.setter
def CellEfficiencyPercent(self, InVal:float) -> None:
|
See Also