setSclrLimits()

Set the minimum and maximum limits of the current scalar field.

Usage

vis.setSclrLimits( minVal = None, maxVal = None )

Parameters

minVal (integer)
Minimum value of the scalar variable.
maxVal (integer)
Maximum value of the scalar variable.

Return Value

None

Errors

minVal and maxVal should be integer.

Description

This routine sets the minimum and maximum limits of the current scalar field to minVal and maxVal. For example,
vis.setSclrLimits( 10, 50 )