HXP
Command Interface Manual
Parameters
Input parameters
None
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 TCLScriptKillAll command which is
used to Kill all TCL Tasks. Refer to the XPS Programmer's manual to get the command
description.
2.2.11
TimerGet
Syntax
C# prototype
int TimerGet(string TimerName, out Int32 FrequencyTicks, out string errstring)
Python prototype
[FrequencyTicks, errstring] TimerGet (TimerName)
Parameters
Input parameters
(string) TimerName: TimerName
Output parameters
(Int32_i) FrequencyTicks: FrequencyTicks
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous TimerGet command which is used to
Get a timer. Refer to the XPS Programmer's manual to get the command description.
2.2.12
TimerSet
Syntax
C# prototype
int TimerSet(string TimerName, Int32 FrequencyTicks, out string errstring)
Python prototype
[errstring] TimerSet (TimerName, FrequencyTicks)
Parameters
Input parameters
(string) TimerName: TimerName
(Int32) FrequencyTicks: FrequencyTicks
7
EDH0318En1042 — 12/18