Click or drag to resize
CDBFindChan Method
Get handle to the specified channel.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
To work with a specific column from a VA channel, specify the VA element number in square brackets as part of the VA channel name (e.g. "EM[3]" will treat the fourth column of the VA channel as a VV). See notes for FindSymb_DB. Introduced in v5.1.3. The new FindChan_DB searches using the exact channel name.
Syntax
public int FindChan(
	string str1
)

Parameters

str1
Type: SystemString
Name of channel

Return Value

Type: Int32
Channel Handle, NULLSYMBConstant if not defined
See Also