Fmag_PeakForce Status
Application
Force Monitor Object FM#
Description
Returns the resultant force peak.
Usage
FGet Object.Fmag_PeakForce, rVar
Object
Object name
The object is specified as either of FM (numerical value) or FM (label).rVar
A real number variable defining the value of the property
Detailed Explanation
Fmag_PeakForce returns the value of the resultant force peak.
Execute PeakForceClear before executing Fmag_PeakForce.
Usage Example
This example measures the resultant force peak.
Function CheckPeakForce
Double PF
FSet FC1.Enabled, True, False, False, False, False, False
FSet FC1.TargetForces, 10, 0, 0, 0, 0, 0
FSet FS1.Reset
FSet FM1.CoordinateSystem, FCS0
FSet FM1.PeakForceClear, False, False, False, False, False, False, True, False
FCKeep FC1, 10
FGet FM1.Fmag_PeakForce, PF
Print PF
Fend
See Also
Force Monitor Object FM#