Click or drag to resize
CIPSetChannelInfo Method
Set Time Windows or Frequency info for a channel.

Available since Oasis montaj version: 8.1
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void SetChannelInfo(
	CDB db,
	string chan,
	int domain,
	double delay,
	int n_windows,
	CVV vv
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database
chan
Type: SystemString
Channel to check
domain
Type: SystemInt32
<define>IP_DOMAIN</define>
delay
Type: SystemDouble
Delay or Base Frequency
n_windows
Type: SystemInt32
Number of time windows or frequencies
vv
Type: GeoEngine.Core.GXNetXCVV
Time windows or frequencies
See Also