<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Variable.ROIoptions Enumeration |
Options for the ROI options in INA2000.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Visual Basic]
<Flags> _
Public Enum ROIoptions
[C#]
[Flags]
public enum ROIoptions
Member Name |
Description |
Value |
OFF |
The ROI is OFF. (/ROI=1). Assume all arrays will be zero based addressed. |
0 |
NonZeroBasedArrayIndex |
If start index of an Array != 0 you will have to use this option to be able to address non zero based. |
1 |
Namespace: BR.AN.PviServices
Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)
Generated from assembly BR.AN.PviServices [8.1.0.4]