Method – parameter (Init)
Parameter | Group | Return Type | Input Type | Explanation |
---|---|---|---|---|
Init | – | BOOL | BOOL | Initialization |
GetObjectName | – | STRING(20) | – | Returns the name of this TcCom Object. |
SetAAxisFilters | – | BOOL | UINT; PVOID | Sets the filter parameters for the a-axis of this parametrization sets. Use the UINT as an Index and the PVOID as the address of a locale variable that should be written to the filter parametrization set. |
SetBAxisFilters | – | BOOL | UINT; PVOID | Sets the filter parameters for the b-axis of this parametrization sets. Use the UINT as an Index and the PVOID as the address of a locale variable that should be written to the filter parametrization set. |
SetCAxisFilters | – | BOOL | UINT; PVOID | Sets the filter parameters for the c-axis of this parametrization sets. Use the UINT as an Index and the PVOID as the address of a locale variable that should be written to the filter parametrization set. |
SetXAxisFilters | – | BOOL | UINT; PVOID | Sets the filter parameters for the x-axis of this parametrization sets. Use the UINT as an Index and the PVOID as the address of a locale variable that should be written to the filter parametrization set. |
SetYAxisFilters | – | BOOL | UINT; PVOID | Sets the filter parameters for the y-axis of this parametrization sets. Use the UINT as an Index and the PVOID as the address of a locale variable that should be written to the filter parametrization set. |
SetZAxisFilters | – | BOOL | UINT; PVOID | Sets the filter parameters for the z-axis of this parametrization sets. Use the UINT as an Index and the PVOID as the address of a locale variable that should be written to the filter parametrization set. |