Click or drag to resize
CVALookupIndex Method
Lookup a VA from another VA using an index VV.

Available since Oasis montaj version: 6.4.2
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Fractional values in the VV will interpolate between the value at the whole integer value and the next whole integer, dummy if outside the VA.
Syntax
public void LookupIndex(
	CVV oVV1,
	CVA oVA2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Index VV of REAL
oVA2
Type: GeoEngine.Core.GXNetCVA
VA to output results (same type as Data VA)
See Also