favSetDataClamp

AVVIEWER Subroutine: Enables or disables data clamping.

Module: USE AVVIEWER

Syntax

favSetDataClamp (hv, onoroff, status)

hv
A handle that references an instance of Array Viewer created by favStartViewer.

onoroff
An input argument of type INTEGER(4). If set to TRUE, data clamping is enabled; if set to FALSE, it is disabled.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

Remarks

Data clamping determines whether the Graph View clamps data values that are outside the clamp range.

If data clamping is enabled, data values will be "clamped" to the clamp range. If data clamping is disabled and array values within the Region of Interest (ROI) extend beyond the clamp range, the Graph View will "clip" out data points outside the clamp range.

See Also

favSetXClamp, favSetYCLamp, favSetZClamp, favSetAxisAutoScale, favGetDataClamp