HXP
Command Interface Manual
Output parameters
(string) Version: Version
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous FirmwareVersionGet command which is
used to Return firmware version. Refer to the XPS Programmer's manual to get the
command description.
2.2.7
TCLScriptExecute
Syntax
C# prototype
int TCLScriptExecute(string TCLFileName, string TaskName, string ParametersList,
out string errstring)
Python prototype
[errstring] TCLScriptExecute (TCLFileName, TaskName, ParametersList)
Parameters
Input parameters
(string) TCLFileName: TCLFileName
(string) TaskName: TaskName
(string) ParametersList: ParametersList
Output parameters
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous TCLScriptExecute command which is
used to Execute a TCL script from a TCL file. Refer to the XPS Programmer's manual
to get the command description.
2.2.8
TCLScriptExecuteAndWait
Syntax
C# prototype
int TCLScriptExecuteAndWait(string TCLFileName, string TaskName, string
InputParametersList, out string OutputParametersList, out string errstring)
Python prototype
[OutputParametersList, errstring] TCLScriptExecuteAndWait (TCLFileName,
TaskName, InputParametersList)
5
EDH0318En1042 — 12/18