Match Collection


A collection of comparison matching settings for the counter functions that work with DncDaq.
Properties related to comparison matching are summarized for each counter channel number (ChNo), and when accessing each property, the format is as follows.

 

C# example: DncDaq.DaqProperty.Device [ DeviceNo ].Counter[0].Match[ ChNo ].Each property information

VB example: DncDaq.DaqProperty.Device ( DeviceNo ).Counter(0).Match( ChNo ).Each property information

 

 

â– List of properties in Counter[0].Match

Property

Description

CompareRegister0

Sets the comparison counter value in register 0.

CompareRegister1

Sets the comparison counter value in register 1.

Enable0

Sets to enable/disable the register 0 comparison match notification.

Enable1

Sets to enable/disable the register 1 comparison match notification.

MatchOperation0

Sets the operation when register 0 count matches.

MatchOperation1

Sets the operation when register 1 count matches.