Click or drag to resize
CDBSetVAScaling Method
Set base and range for VA channel cell display.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
By default, VA profiles autoscale to fit in the database cell. This lets the user set a single base and range for all cells. If either input is a dummy, both are set as dummies, and autoscaling is used.
Syntax
public void SetVAScaling(
	int ch,
	double base,
	double range
)

Parameters

ch
Type: SystemInt32
Channel (Locked <define>DB_LOCK_READWRITE</define>)
base
Type: SystemDouble
Base value (rDummy for none)
range
Type: SystemDouble
Range value (rDummy for none)
See Also