Method – parameter (Init)
Parameter | Group | Return Type | Input Type | Explanation |
---|---|---|---|---|
GetTaskOid | General | OTCID | – | Returns the object ID of the task for the track. |
GetIsClosed | General | BOOL | – | Returns the state if the track is closed. |
GetIsIncludedInDetection | General | BOOL | – | Returns the state whether the track is integrated into the detection mode. |
GetPolarity | General | Polarity | – | Returns the polarity. |
GetOffset | General | LREAL | – | Returns the offset. |
GetPartConfigItems | General | ARRAY[1..TcIoXtsEnvironmentParameterList.MaxPartsPerTrack] OF ST_PartConfigItems | – | Returns the information of the part in this track. |
SetIsClosed | General | BOOL | BOOL | Sets the state if the track is closed. |
SetIsIncludedInDetection | General | BOOL | BOOL | Sets the state whether the track is integrated in the detection mode. |
SetPolarity | General | BOOL | Polarity | Sets the polarity. |
SetOffset | General | BOOL | LREAL | Sets the offset. |
SetTaskOid | General | BOOL | OTCID | Sets the task for the track by entering the object ID. |