Method – parameter (Init)
Parameter | Group | Return Type | Input Type | Explanation |
---|---|---|---|---|
Init | – | BOOL | BOOL | Initialization |
GetObjectName | – | STRING(20) | – | Returns the name of this TcCom Object. |
GetAAxisObserverParameters | – | REFERENCE TO RotationalAxisObserverParameters | – | Returns the observer parameters of the a-axis. |
GetBAxisObserverParameters | – | REFERENCE TO RotationalAxisObserverParameters | – | Returns the observer parameters of the b-axis. |
GetCAxisObserverParameters | – | REFERENCE TO RotationalAxisObserverParameters | – | Returns the observer parameters of the c-axis. |
GetXAxisObserverParameters | – | REFERENCE TO LinearAxisObserverParameters | – | Returns the observer parameters of the x-axis. |
GetYAxisObserverParameters | – | REFERENCE TO LinearAxisObserverParameters | – | Returns the observer parameters of the y-axis. |
GetZAxisObserverParameters | – | REFERENCE TO LinearAxisObserverParameters | – | Returns the observer parameters of the z-axis. |
SetAAxisObserverParameters | – | BOOL | REFERENCE TO RotationalAxisObserverParameters | Sets the observer parameters of the a-axis. |
SetBAxisObserverParameters | – | BOOL | REFERENCE TO RotationalAxisObserverParameters | Sets the observer parameters of the b-axis. |
SetCAxisObserverParameters | – | BOOL | REFERENCE TO RotationalAxisObserverParameters | Sets the observer parameters of the c-axis. |
SetXAxisObserverParameters | – | BOOL | REFERENCE TO LinearAxisObserverParameters | Sets the observer parameters of the x-axis. |
SetYAxisObserverParameters | – | BOOL | REFERENCE TO LinearAxisObserverParameters | Sets the observer parameters of the y-axis. |
SetZAxisObserverParameters | – | BOOL | REFERENCE TO LinearAxisObserverParameters | Sets the observer parameters of the z-axis. |