08-02-2012 12:51 PM - edited 08-02-2012 12:54 PM
Would like in the beginning Measurement Studio studying for C# to create the console project in order that, without distracting on graphics, to seize the DSP Measurement Studio C# functions. Thought that is possible to refer to libraries:
using NationalInstruments.Analysis;
using NationalInstruments.Analysis.Conversion;
using NationalInstruments.Analysis.Dsp;
using NationalInstruments.Analysis.Dsp.Filters;
using NationalInstruments.Analysis.Math;
using NationalInstruments.Analysis.Monitoring;
using NationalInstruments.Analysis.SignalGeneration;
using NationalInstruments.Analysis.SpectralMeasurements;
but to connect these references for the console project it did not turn out. Whether prompt, please, probably to use the Measurement Studio for.NET Languages functions in the console project? And if it is possible, how it to make?
08-08-2012 07:08 AM
Hi tumanovalex,
Is there a specific error message that you are getting when trying to create a console application using the analysis libraries? Can you post a screenshot of the error?
08-08-2012 01:03 PM - edited 08-08-2012 01:05 PM
I don't receive an error message. Simply I can't make in the projectt of the reference on specified above library (
NationalInstruments.Analysis and other). In the graphic project everything is normal.