Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Where are the niScope function definitions (e.g. niScope_AutoSetup())?

I am just learning niScope, and I am having trouble
locating simple function definitions (e.g. niScope_AutoSetup()).
I don't mean just the .h header files, I need
something that tells me what these functions
actually do.

Anyone know a good ref for this?

Pete
0 Kudos
Message 1 of 4
(3,326 Views)
Have you looked at the NI-Scope function reference help that is installed with NI-Scope? You should be able to find a shortcut to it in the Start menu via Start->Programs->National Instruments->NI-Scope.

- Elton
0 Kudos
Message 2 of 4
(3,326 Views)
Thanks! That's what I needed.

Pete
0 Kudos
Message 3 of 4
(3,326 Views)
If you are using Measurement Studio, you can download and use the Measurement Studio C++ interface for NI-Scope. You can download it from
http://zone.ni.com/devzone/conceptd.nsf/webmain/571407DDD78BB81986256B9F0047241E?OpenDocument

This interface provides C++ classes that use the Measurement Studio data types, such as CNiException and CNiReal64Vector. There also is a help file that plugs directly into the Measurement Studio help file for convenient class and function reference.
0 Kudos
Message 4 of 4
(3,326 Views)