OnTiming


Function

 

Returns timing information when a timing event occurs.

 

Format

 

dncDaq1_OnTiming( object sender, TimingEventArgs e )

 

Parameters

 

sender [ C#: object ] [ VB.NET: object ]

The event source.

 

e [ C#: TimingEventArgs  ] [ VB.NET: TimingEventArgs  ]

Event arguments. Details are shown below.

 

Event argument

 

Arguments

C# Type

VB.NET Type

Description

TimingNo

int

Integer

Indicates the timing No. that occurred.

Count

ulong

ULong

Indicates the timing count value.

 

Remarks

 

This event is used to acquire timing information when a timing occurs.