STK AstrogatorSend comments on this topic.
CellEfficiencyPercent Property (IAgVAPowerSolarArray)
See Also
Windows





Windows & Linux

Description

Gets or sets 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.