-
Recent Posts
Recent Comments
Gaurav Methi on Using PowerShell to Analyze Yo… rkeithhill on Effective PowerShell Item 14:… Microsoft Most Valua… on About Keith Hill Microsoft Most Valua… on About Keith Hill Markus Egger on Windows PowerShell 2.0 String… Archives
- May 2013
- April 2013
- January 2013
- September 2012
- July 2012
- April 2012
- March 2012
- January 2012
- December 2011
- October 2011
- September 2011
- March 2011
- September 2010
- July 2010
- May 2010
- January 2010
- December 2009
- October 2009
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- June 2007
- May 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- September 2005
- August 2005
- June 2005
- March 2005
- January 2005
- December 2004
Categories
Meta
Category Archives: Agilent T&M Toolkit
Agilent T&M Toolkit 2.0 New Features: Miscellaneous Enhancements
It seems like every updated version of an existing product tends to contain an assortment of miscelleneous “cats & dogs” enhancements. Here’s a list of some of those enhancements in the Agilent T&M Toolkit 2.0 for Visual Studio .NET 2003: IO … Continue reading
Posted in Agilent T&M Toolkit
Leave a comment
Agilent T&M Toolkit 2.0 New Features: Setup & Redist Support
Building an application on Agilent T&M Toolkit has been pretty easy in the past but deploying the app was a right pain in the rear. You had to install the Agilent IO Libraries, instrument drivers, the .NET Framework redist and the … Continue reading
Posted in Agilent T&M Toolkit
Leave a comment
Agilent T&M Toolkit 2.0 New Features: Spectrum Data Type
Agilent T&M Toolkit 2.0 for Visual Studio .NET 2003 also supports a Spectrum data type which maps an array of complex values (y axis) to the frequency domain (x axis). It can be used like so: using Agilent.TMFramework;using Agilent.TMFramework.DataAnalysis;using Agilent.TMFramework.DataVisualization;…FunctionWaveformGenerator … Continue reading
Posted in Agilent T&M Toolkit
Leave a comment
Agilent T&M Toolkit 2.0 New Features: Matrix Support
Agilent T&M Toolkit 2.0 for Visual Studio .NET 2003 now provides Matrix and ComplexMatrix types. You can use the Matrix type like so: using Agilent.TMFramework;using Agilent.TMFramework.DataAnalysis;…Matrix m1 = new Matrix(new double[,] {{1.0, 2.0, 3.0},{4.0, 5.0, 6.0}});Matrix m2 = new Matrix(new double[,] {{1.0, … Continue reading
Posted in Agilent T&M Toolkit
Leave a comment
Agilent T&M Toolkit 2.0 New Features: Test Automation
Agilent T&M Toolkit 2.0 for Visual Studio .NET 2003 ships with Test Automator which is a powerful tool that simplifies your test creation needs. It offers straightforward sequencing design with a multi-purpose results capture table to provide the flexibility and depth … Continue reading
Posted in Agilent T&M Toolkit
Leave a comment
Agilent T&M Toolkit 2.0 New Features: Waveform Data Type
One of the new data types in T&M Toolkit 2.0 for Visual Studio .NET 2003 is the Waveform data type. It is a pretty simple type that encapsulates a simple time-domain waveform i.e. array of doubles for the y data and … Continue reading
Posted in Agilent T&M Toolkit
Leave a comment
Agilent T&M Toolkit 2.0 New Features: InstrumentFinder
Ever since we shipped Toolkit 1.0, we got requests to provide an API to dynamically find instruments just like our Instrument Explorer finds instruments. With Agilent T&M Toolkit 2.0 for Visual Studio .NET 2003, we delivered on this API and … Continue reading
Posted in Agilent T&M Toolkit
Leave a comment