Tmag_Enabled Property
Application
Force Trigger Object FT#
Description
Activates/inactivates the trigger based on Tmag resultant torque.
Immediate Execution
No
Usage
FGet Object.Tmag_Enabled, bVar
FSet Object.Tmag_Enabled, bValue
Object
Object name
The object is specified as either of FT (numerical value) or FT (label).bVar
A Boolean variable defining the value of the propertybValue
A Boolean value or formula defining the new value of the property
Values bValue
Name of Constants | Values | Description |
---|---|---|
False | 0 | Inactivates the subject axis. (default) |
True | -1 | Activates the subject axis. |
Detailed Explanation
Activates/inactivates the trigger based on Tmag resultant torque.
Usage Example
This example activates the Tmag resultant torque trigger for the Force Trigger Object.
> FSet FT1.Tmag_Enabled, True
See Also
Force Trigger Object FT#