FList Statement

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

Description
Displays a list of objects.

Usage
FList Object1 [, [Object2]]

  • Object1
    Force Control Object, Force Trigger Object, Force Monitor Object, or Force Coordinate System Object with which the object data range to be listed starts

  • Object2
    Force Control Object, Force Trigger Object, Force Monitor Object, or Force Coordinate System Object with which the object data range to be listed ends

Detailed Explanation
The defined object data from the specified start object to the specified end object is displayed in the Command window or Run window. When “,” and the end object are omitted, only the start object is displayed, and when “,” is used and the end object is omitted, all objects from the start object on are displayed.

The output format for each line is the same format as for the FSet Statement.
Object.Property, Values

Object Object name
Property Property name
Values The number or format expressing the value depends on the property

Usage Example
This is an example of listing force object data.

> FList FC1
FC1.Label, "LabelFC1"  
FC1.CoordinateSystem, FCS0  
FC1.Enabled, False, False, False, False, False, False  
FC1.Fx, 0, 10, 10  
FC1.Fy, 0, 10, 10  
FC1.Fz, 0, 10, 10  
FC1.Tx, 0, 50, 5000  
FC1.Ty, 0, 50, 5000  
FC1.Tz, 0, 50, 5000  
FC1.TargetForcePriorityMode, False  
FC1.TargetForces, 0, 0, 0, 0, 0, 0  
FC1.LimitSpeedSRJ, 50, 25, 50  
FC1.LimitAccelSRJ, 200, 100, 100  
FC1.Description, ""

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