04-11-2008 03:59 PM
04-14-2008 03:31 PM
Hi Prescott,
There are two scope properties that I believe may help. The first is ‘RecordsDone()’ (found under ScopeAcquisition), which Specifies the number of records that have been completely acquired. This one should let you ‘see’ the number of records (triggers) that have happened. The second is ‘GetBacklog’ (Found under either ScopeMultipleRecordReder orScopeSingleRecordReader), which returns the number of samples that have been acquired, but not fetched. I think the ‘recordsdone’ is more applicable for your application, but wanted to mention ‘GetBacklog’ to make you aware.