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





Windows & Linux

Description

Gets or sets the array efficiency in producing output power from a collection of cells. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ArrayEfficiencyPercent() As Double
[C#]
public double ArrayEfficiencyPercent {get; set;}
[Managed C++]
public: __property double get_ArrayEfficiencyPercent();
public: __property void set_ArrayEfficiencyPercent( double );
[Unmanaged C++]
public: HRESULT get_ArrayEfficiencyPercent(
    double * pVal
);
public: HRESULT put_ArrayEfficiencyPercent(
    double InVal
);
[Java]
public double getArrayEfficiencyPercent();
public void setArrayEfficiencyPercent(
    double
);
[Python - STK API ]
@property
def ArrayEfficiencyPercent(self) -> float:

@ArrayEfficiencyPercent.setter
def ArrayEfficiencyPercent(self, InVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.