A collection of counter settings that work with DncDaq.
Properties related to counters are summarized for each counter channel
number (ChNo), and when accessing each collection, the format is as follows.
C# example: DncDaq.DaqProperty.Device [ DeviceNo ].Counter[0].Each collection information
VB example: DncDaq.DaqProperty.Device ( DeviceNo ).Counter(0).Each collection information
■List of collections in Counter[0]/Counter(0)
Collections |
Description |
A collection of conter settings. |
|
A collection of sampling settings. |
|
A collection of edge detection settings. |
*x in Counter[x] / Counter(x) is fixed at 0.
■List of properties in Counter[0].Basic
There are no property variables within the Counter[0] collection.