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.  

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

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV B
oVV2
Type: GeoEngine.Core.GXNetCVV
VV C (returned)
See Also