Click or drag to resize
CDBWindowVACh2 Method
Copy a windowed version of data in a channel into a new channel

Available since Oasis montaj version: 5.0.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Similar to WindowVACh_DB, but the input and output channels must contain the same number of columns. The input VV tells which columns to copy over; 0 values indicate that the output column is to be dummied, and non-zero values indicate the column is to be copied. The VV length must be the same as the number of columns.
Syntax
public void WindowVACh2(
	int line,
	int i_ch,
	int o_ch,
	CVV gvv
)

Parameters

line
Type: SystemInt32
Line symbol
i_ch
Type: SystemInt32
Original channel
o_ch
Type: SystemInt32
Output channel
gvv
Type: GeoEngine.Core.GXNetXCVV
VV containing 0/1 values for each channel.
See Also