SupplyAttributes

Description

Given a supply (specified by name), returns a list containing the supply’s attributes, i.e., the supply’s release type and destination.

Type

LIST {STRING, STRING}

Arguments

Type

Meaning

1

STRING

The name of the supply.

Evaluation

 

Comments

 

 
SupplyAttributes("ResA One to ResB Two")
 
{"IrrigationWater", "FarmerB"}