Skip to content

StateDMI / Command / CreateIrrigationPracticeTSForCULocations


Overview

The CreateIrrigationPracticeTSForCULocations command (for StateCU) creates empty irrigation practice time series for each CU Location. This ensures that the irrigation practice time series will be in the same order as the CU locations initializes the time series with missing data values that can be filled with other commands.

Command Editor

The following dialog is used to edit the command and illustrates the command syntax.

CreateIrrigationPracticeTSForCULocations Command Editor

CreateIrrigationPracticeTSForCULocations Command Editor (see also the full-size image)

Command Syntax

The command syntax is as follows:

CreateIrrigationPracticeTSForCULocations(Parameter="Value",...)

Command Parameters

Parameter             Description Default          
ID A single CU Location identifier to match or a pattern using wildcards (e.g., 20*). None – must be specified as *
IfNotFound Used for error handling, one of the following:
  • Fail – generate a failure message if the ID is not matched
  • Ignore – ignore (don’t add and don’t generate a message) if the ID is not matched
  • Warn – generate a warning message if the ID is not matched
Warn

Examples

See the automated tests.

Troubleshooting

See the main troubleshooting documentation

See Also