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.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 i1,
	int i2,
	int i3,
	int i4,
	int i5
)

Parameters

i1
Type: SystemInt32
Line symbol
i2
Type: SystemInt32
Original channel
i3
Type: SystemInt32
Output channel
i4
Type: SystemInt32
Start column number to copy, 0 is first column
i5
Type: SystemInt32
End column number to copy
See Also