PanelScheduleView.GetSpareCurrentValue
Description:
Gets the value of the apparent current parameter for a spare
Gets the value of the apparent current parameter for a spare
public double GetSpareCurrentValue(
int row,
int column,
ElementId idCurrentParameter
)
-
Int32rowA row where the valid spare is
-
Int32columnA column where the valid spare is
-
idCurrentParameterOne of 4 valid current parameters: RBS_ELEC_APPARENT_CURRENT_PARAM, RBS_ELEC_APPARENT_CURRENT_PHASEA_PARAM, RBS_ELEC_APPARENT_CURRENT_PHASEB_PARAM, RBS_ELEC_APPARENT_CURRENT_PHASEC_PARAM
Return Value
Double
The value of the spare's current parameter
-
The current parameter id is not valid.
-
A non-optional argument was null
-
The row column combination does not represent a valid spare.