Description Sets the A axis (horizontal) parameters for an existing Analysis Results Node (ARN).
Syntax ARNSetAAxisParams nNodeNum, aLabel, aUnits, aType
Parameters nNodeNum As Long Node number of existing ARN.
aLabel As String Text label for A axis of ARN.
aUnits As String Units for A axis of ARN. See Units for allowed string representations.
aType As String Axis parameter type. Allowed options are "Spatial", "AngularInRadians", "AngularInDegrees", "DirectionCosine", "Frequency". All other entries result in a type "Unknown".
Remarks Sets the A axis (horizontal) parameters for an existing Analysis Results Node (ARN). These parameters include an axis label, the units of measure for the axis, and the type of data.
See Also
|