VScaleMode Property

NI Vision for Visual Basic

VScaleMode Property

Syntax

CWIMAQ.VScaleMode

Data Type

CWIMAQScaleModes

You can use the following constants with this data type:

  • cwimaqScaleDiv2—Divide by 2.
  • cwimaqScaleDiv4—Divide by 4.
  • cwimaqScaleDiv8—Divide by 8.
  • cwimaqScaleNone—No scaling.

Purpose

Vertical hardware scaling factor for the channel associated with an acquisition.

Remarks

Use this property to reduce the resolution of an acquisition. Because the scaling is performed in the hardware, less image data moves across the PCI bus, which saves time and bandwidth.

See Also

CWIMAQ.HScaleMode