ObjectsFromWaterType

Description

Returns a list of the objects that have an account with given water type and account type.

Type

LIST{OBJECTS}

Arguments

Type

Meaning

1

STRING

The water type. The string "ALL" for water type designates all water types, and the string "NONE" designates the default water type.

2
 

STRING

The name of the account type, e.g, "Storage". The string "ALL" for account type designates all account types.

Comments

 

 
ObjectsFromWaterType("ALL", "Storage")
 
{%"Reservoir1", %"Reservoir2"}