| PVSystemsIrradianceNow Property |
[This is preliminary documentation and is subject to change.]
Returns the current irradiance value for the active PVSystem. Use it to
know what's the current irradiance value for the PV during a simulation.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double IrradianceNow { get; }
Public ReadOnly Property IrradianceNow As Double
Get
public:
property double IrradianceNow {
double get ();
}
member IrradianceNow : float with get
function get_IrradianceNow();
Property Value
Type:
DoubleSee Also