getAssetType method

UtilityAssetType? getAssetType(
  1. String name
)

Gets an UtilityAssetType from the UtilityAssetGroup by name.

For example, an UtilityAssetGroup describing electrical transformers may contain an UtilityAssetType for a specific type of electrical transformer with a name such as "Single-phase Distribution Transformer".

Parameters:

Return Value: An UtilityAssetType corresponding to the name provided, or null if the UtilityAssetType is not found in the UtilityAssetGroup.