HXP
Command Interface Manual
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous EventAdd command which is used to **
OBSOLETE ** Add an event. Refer to the XPS Programmer's manual to get the
command description.
2.2.17
EventGet
Syntax
C# prototype
int EventGet(string PositionerName, out string EventsAndActionsList, out string
errstring)
Python prototype
[EventsAndActionsList, errstring] EventGet (PositionerName)
Parameters
Input parameters
(string) PositionerName: PositionerName
Output parameters
(string) EventsAndActionsList: EventsAndActionsList
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous EventGet command which is used to **
OBSOLETE ** Read events and actions list. Refer to the XPS Programmer's manual to
get the command description.
2.2.18
EventRemove
Syntax
C# prototype
int EventRemove(string PositionerName, string EventName, string EventParameter,
out string errstring)
Python prototype
[errstring] EventRemove (PositionerName, EventName, EventParameter)
Parameters
Input parameters
(string) PositionerName: PositionerName
(string) EventName: EventName
(string) EventParameter: EventParameter
Output parameters
(string) errString: The failure reason
EDH0318En1042 — 12/18
10