Constructor
new ReadAssessmentValue(parameter, value, unitsopt)
Example
let values = [
new ReadAssessmentValue(`max shear`, curve_shear.ymax, `kN`),
new ReadAssessmentValue(`min shear`, curve_shear.ymin, `kN`)
];
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
parameter |
string | The name of the parameter being reported | |
value |
number | The numerical value | |
units |
string |
<optional> |
The units associated with the value (default none - empty string) |