Click or drag to resize
CVVMaskOR Method
Create mask from logical OR 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 either values is non-dummy, then result is 1, else dummy.
Syntax
public void MaskOR(
	CVV oVV1,
	CVV oVV2
)

Parameters

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