Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

scan backlog in .NET ?

Is it possible to view the ScanBacklog in Measurement Studio ?
I am using the AnalogMultiChannelReader Class.

Thanks.
Philip Newman
General Dynamics
Electric Boat
0 Kudos
Message 1 of 2
(3,165 Views)
Hi Phillip,
 
You can access the available samples per channel through the task object.

For example:
   Task myTask;
   myTask.Stream.AvailableSamplesPerChannel;
 
I hope that you find this information helpful.
 
Regards,
Hal L.
Message 2 of 2
(3,141 Views)