This method returns a list of units associated with a step or an alias. Its signature is:
UnitOrAlias[] GetRecipeUnits( string cmServer, string batchExecutive, string recipeName, string equipmentTrain, string stepOrAliasName );
Parameters for this method are shown in the following table.
Parameter |
Description |
Type |
Valid Input |
|---|---|---|---|
cmServer |
The DeltaV node where the Campaign Manager server is located |
String |
Name of node |
batchExecutive |
The Batch Executive name |
String |
Name of Batch Executive |
recipeName |
Recipe name |
String |
Recipe name |
equipmentTrain |
Equipment train used by the recipe. This can be null. |
String |
Equipment train |
stepOrAliasName |
Step or alias name |
String |
Step or alias |