FLabel$ Function

Application
Force Control Object FC#, Force Trigger Object FT#, Force Monitor Object FM#, Force Coordinate System Object FCS#

Description
Returns the label for all Force Objects and Force Sensor Objects.

Usage
FLabel$(Object)

  • Object
    Object name
    The object is specified as FC (numerical value), FT (numerical value), FM (numerical value), FMR (numerical value), FC (label), FT (label), or FM (label), FMR (label).

Return Values
String

Detailed Explanation
Returns the label for all force objects and force sensor objects.
Usage Example
This is an example of establishing a label for a force object and displaying it.

> FSet FC1.Label, "Label1"
> Print FLabel$(FC1)
Label1

See Also
Label Property, Force Control Object FC#, Force Coordinate System Object FCS#, Force Trigger Object FT#, Force Monitor Object FM#