Click or drag to resize
CDBWindowVACh Method
Copy a window of data in a channel into a new channel

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This function normally used for VA channels. A copy of the original channel will be made if start and end column numbers to copy are dummies. All the columns including start and end columns will be copied
Syntax
public void WindowVACh(
	int line,
	int i_ch,
	int o_ch,
	int col_s,
	int col_e
)

Parameters

line
Type: SystemInt32
Line symbol
i_ch
Type: SystemInt32
Original channel
o_ch
Type: SystemInt32
Output channel
col_s
Type: SystemInt32
Start column number to copy, 0 is first column
col_e
Type: SystemInt32
End column number to copy
See Also