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
vis.setSclrLimits( 10, 50 )