Output

Parent Previous Next

Output

Function to log a message in the Engineering Log.


Syntax:

Void Output(String Msg);

Log a message in the Engineering Log.


Params:

String Msg: A String parameter containing the message that will be logged in the Engineering Log.


Example:

In this example, the message "Test Output" will be logged in the Engineering Log.

  


SVApplications.Output("TestOutput");