setVecVar()

Set the current vector variable to variable information (vector variable name or ID).

Usage

vis.setVecVar( varInfo )

Parameters

varInfo (integer) or (string)
Variable ID or variable name.

Return Value

None

Errors

minVal and maxVal should be integer.

Description

This routine sets the current vector variable to varInfo. The varInfo could be the name or ID of the vector variable. For example,
vis.setVecVar( "velocity" )