Description
The solar array concentrator factor. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Concentration() As Double
|
| [C#] |
|---|
public double Concentration {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Concentration(); public: __property void set_Concentration(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Concentration(
double * pVal
);
public: HRESULT put_Concentration(
double InVal
);
|
| [Java] |
|---|
public double getConcentration();
public void setConcentration(
double
);
|
| [Python - STK API] |
|---|
@property
def Concentration(self) -> float:
@Concentration.setter
def Concentration(self, InVal:float) -> None:
|
See Also