VarSimCount

Use this to determine the number of items in a particular dataset while running Aurora in step mode. This command is useful for making changes to inputs during an Aurora run subject to this evaluation.

Typically, VarSimCount variables should be accessed individually.  For example, Dim NumPools As Integer = AC.VarSimCount.PoolsRunning.  Less commonly, a struct variable containing all VarSimCount variables can be dimensioned as follows: Dim CountStruct As AURORAServer.StructuresModule.strucSimCount = AC.VarSimCount.

The following commands can be used with VarSimCount.

NumberNewResourceAlternatives
Determines the number of alternatives for new resources.

PoolsRunning
Determines the number of pools being modeled.

ResourcesExisting
Determines the number of existing resources.

ResourcesNew
Determines the number of new resources.

ResourcesUBB
Determines the number of upper bidding block resources.

ZonesRunning
Determines the number of zones being modeled.

Scripting

AURORA Commands

VarSimCount


For further assistance, please contact Aurora Support.

Copyright© 1997-2024 Energy Exemplar LLC. All rights reserved.