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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 chan
)

Parameters

chan
Type: SystemString
Name of channel

Return Value

Type: Int32
Channel Handle, <define>NULLSYMB</define> if not defined
See Also