Click or drag to resize
CDBCSVChanLST Method
Load a LST with channels in a comma-separated list.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The Name of the symbol is placed in the item name and the item value is set to the symbol handle. Only channels in the list which are present in the database are included. The LST is cleared first.
Syntax
public void CSVChanLST(
	CLST oLST1,
	string str2
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
LST object to populate
str2
Type: SystemString
comma-separated list of channels
See Also