functionAutomaton

Function to call external automaton

Extends from Icons.Function (Icon for functions).

Inputs

TypeNameDefaultDescription
StringcommandCommand to be called
Types.TimetimeActivationAutomaton activation time
Real[GenericAutomatonConstants.inputsMaxSize]inputsInputs data for the automaton
String[GenericAutomatonConstants.inputsMaxSize]inputsNameInputs data name for the automaton
IntegernbInputsNumber of inputs to provide to the automaton
IntegernbMaxInputsMaximum number of inputs
String[GenericAutomatonConstants.outputsMaxSize]outputsNameDiscrete real outputs data name for the automaton
IntegernbOutputsNumber of discrete real outputs to provide to the automaton
IntegernbMaxOuputsMaximum number of discrete real outputs
String[GenericAutomatonConstants.outputsMaxSize]intOutputsNameInteger outputs data name for the automaton
IntegernbIntOutputsNumber of integer outputs to provide to the automaton
IntegernbMaxIntOuputsMaximum number of intger outputs

Outputs

TypeNameDefaultDescription
Real[GenericAutomatonConstants.outputsMaxSize]outputsDiscrete real outputs data provided by the automaton
Integer[GenericAutomatonConstants.outputsMaxSize]intOutputsInteger outputs data provided by the automaton