6.1.27.2 Static Methods Defined Here
default() -> str
ID of the default Apache system.
fuel_name(fuel_id) -> str
Gets the fuel name for the input fuel ID.
Args:
|
fuel_id
|
(int) The ID of the fuel
|
Returns:
Name of fuel
Raises:
|
ValueError
|
If no name is found for the input fuel ID
|
|
RuntimeError
|
In the case of an internal data handling error
|
meter_name(fuel_id, meter_branch) -> str
Gets the meter name for the input meter ID.
Args:
|
fuel_id
|
(int) The ID of the fuel that the meter belongs to
|
|
meter_branch
|
(tuple[int]) The branch of the meter
|
Returns:
Name of meter
Raises:
|
ValueError
|
If no name is found for the meter ID
|
|
RuntimeError
|
In the case of an internal data handling error
|