如何在vc-中利用Measurement & Automation已有的TASK
时间:12-13
整理:3721RD
点击:
在VC#中比较好实现,
Task t = new Task("myTask");
//Access the subobjects of the Task class
t.Timing.SamplesPerChannel = 1000;
这样就可以了,在vc++中如何实现?
谢谢!
Task t = new Task("myTask");
//Access the subobjects of the Task class
t.Timing.SamplesPerChannel = 1000;
这样就可以了,在vc++中如何实现?
谢谢!