Full Library / Math Operator / Math and Trig / Math_Port
Block Name: Math_Port
Code File Location: VisualSim/actor/lib/Math_Port
Block Overview
- A compare_output by two inputs, which routes input tokens to the output port, if the comparison is true, else the input token is sent to the false_output. This actor has two input ports, In addition, the value of the comparison is sent to the compare_output port, represented as '1' equals true, '0' equals false.
a_input
public TypedIOPort a_input
- Compare input port for data tokens, applies tolerances to double tokens.
b_input
public TypedIOPort b_input
- Other input port for data tokens.
output
public TypedIOPort output
- Output port, type same as input port.
Math_Function
public StringAttribute Math_Function
- The math function performed by the block.
Output_Type
public StringAttribute Output_Type
- The relative output mode operator. This is a string-valued attribute that defaults to "Integer". Other options: "Long", "Double", "String".
Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?