Click or drag to resize
CVVMaskAND Method
Create mask from logical AND of two VVs.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If both values are non-dummies, then result is 1, else dummy.
Syntax
public void MaskAND(
	CVV vv_y,
	CVV vv_z
)

Parameters

vv_y
Type: GeoEngine.Core.GXNetXCVV
VV B
vv_z
Type: GeoEngine.Core.GXNetXCVV
VV C (returned)
See Also