public interface PVModelIVFunction extends AbstractPVModelIVFunction
The following features are supported:
PVModulePackage.getPVModelIVFunction()
Modifier and Type | Method and Description |
---|---|
double |
getA()
Returns the value of the 'A' attribute.
|
double |
getB()
Returns the value of the 'B' attribute.
|
double |
getC()
Returns the value of the 'C' attribute.
|
double |
getD()
Returns the value of the 'D' attribute.
|
double |
getE()
Returns the value of the 'E' attribute.
|
double |
getF()
Returns the value of the 'F' attribute.
|
int |
getSign()
Returns the value of the 'Sign' attribute.
|
double |
getVmaxp()
Returns the value of the 'Vmaxp' attribute.
|
double |
getVoc()
Returns the value of the 'Voc' attribute.
|
void |
setA(double value)
Sets the value of the '
A ' attribute. |
void |
setB(double value)
Sets the value of the '
B ' attribute. |
void |
setC(double value)
Sets the value of the '
C ' attribute. |
void |
setD(double value)
Sets the value of the '
D ' attribute. |
void |
setE(double value)
Sets the value of the '
E ' attribute. |
void |
setF(double value)
Sets the value of the '
F ' attribute. |
void |
setSign(int value)
Sets the value of the '
Sign ' attribute. |
void |
setVmaxp(double value)
Sets the value of the '
Vmaxp ' attribute. |
void |
setVoc(double value)
Sets the value of the '
Voc ' attribute. |
getShadeFactor, setShadeFactor
dAmp_dV, getAmp
double getVoc()
If the meaning of the 'Voc' attribute isn't clear, there really should be more of a description here...
setVoc(double)
,
PVModulePackage.getPVModelIVFunction_Voc()
void setVoc(double value)
Voc
' attribute.
value
- the new value of the 'Voc' attribute.getVoc()
double getVmaxp()
If the meaning of the 'Vpmp' attribute isn't clear, there really should be more of a description here...
setVmaxp(double)
,
PVModulePackage.getPVModelIVFunction_Vmaxp()
void setVmaxp(double value)
Vmaxp
' attribute.
value
- the new value of the 'Vmaxp' attribute.getVmaxp()
int getSign()
If the meaning of the 'Sign' attribute isn't clear, there really should be more of a description here...
setSign(int)
,
PVModulePackage.getPVModelIVFunction_Sign()
void setSign(int value)
Sign
' attribute.
value
- the new value of the 'Sign' attribute.getSign()
double getA()
If the meaning of the 'A' attribute isn't clear, there really should be more of a description here...
setA(double)
,
PVModulePackage.getPVModelIVFunction_A()
void setA(double value)
A
' attribute.
value
- the new value of the 'A' attribute.getA()
double getB()
If the meaning of the 'B' attribute isn't clear, there really should be more of a description here...
setB(double)
,
PVModulePackage.getPVModelIVFunction_B()
void setB(double value)
B
' attribute.
value
- the new value of the 'B' attribute.getB()
double getC()
If the meaning of the 'C' attribute isn't clear, there really should be more of a description here...
setC(double)
,
PVModulePackage.getPVModelIVFunction_C()
void setC(double value)
C
' attribute.
value
- the new value of the 'C' attribute.getC()
double getD()
If the meaning of the 'D' attribute isn't clear, there really should be more of a description here...
setD(double)
,
PVModulePackage.getPVModelIVFunction_D()
void setD(double value)
D
' attribute.
value
- the new value of the 'D' attribute.getD()
double getE()
If the meaning of the 'E' attribute isn't clear, there really should be more of a description here...
setE(double)
,
PVModulePackage.getPVModelIVFunction_E()
void setE(double value)
E
' attribute.
value
- the new value of the 'E' attribute.getE()
double getF()
If the meaning of the 'F' attribute isn't clear, there really should be more of a description here...
setF(double)
,
PVModulePackage.getPVModelIVFunction_F()