*NumericFormat()
Specifies the format and precision of the measured values.
Syntax
*NumericFormat (format, precision)
Application
HyperView
Inputs
- format
- Scientific or fixed.
- precision
- The number of decimal places.
Example
*BeginMeasures("Measure Group 5", "RelativeDisplacement", On)
*ReferenceStep(1.00000000)
*Attribute(IDOn, NameOn, DistOn, XOn, YOn, ZOn, ProjectOff, SystemOff)
*NodeLocator(1, "Node", 33612, "Part", 3)
*SystemLocator(1, "System", 2)
*NumericFormat(Scientific, 3)
*NumericFormat(Fixed, 3)
*EndMeasures()