Base.Constant
This component class defines constants in the equation model.
Use this class to create parts in Canvas Views to form an equation model that contains constants.
This class does not allow any input link.
When there are multiple output links, all will have the same value after evaluation.
Value (fValue): holds the constant value which is initialized by the user.
Begin Run (SG_xBgnRun): takes the user entered value and place it in all the output links. The reason for implementing it in the Begin Run function is that it will be perform exactly once in the beginning of every simulation run.
Port 2: connects to an output link that receives the constant value. It can be linked multiple times.
Visual Calculator for SansGUI Version 1.1
Copyright © 2001-2003 ProtoDesign, Inc. All rights reserved.