Initializing help system before first use

xpressinsight.Manage

xpressinsight.Manage


Purpose
How and whether Insight handles an entity.
Synopsis
class xi.Manage(Enum)
Arguments
xi.Manage.INPUT 
Included in the scenario input data.
xi.Manage.RESULT 
Included in the scenario results data.
Example
Manage a scalar entity as an input
>>> MyInteger: xi.Scalar(dtype=xi.integer,
...                      alias='My Integer',
...                      manage=xi.Manage.INPUT)