-
Recent Posts
- Scripting Guys Blog Posts on Using Visual Studio Code for PowerShell Development
- Preview of Module Build and Publish with Visual Studio Code and the PowerShell Extension
- Breakpoint Enhancements in the v0.5.0 PowerShell Extension for Visual Studio Code
- Creating a PowerShell Command that Process Paths using Visual Studio Code
- New Release of PowerShell Extension For Visual Studio Code
Recent Comments
Archives
- February 2017
- March 2016
- February 2016
- December 2015
- September 2015
- August 2015
- July 2015
- May 2015
- April 2015
- January 2015
- November 2014
- October 2014
- July 2014
- April 2014
- October 2013
- September 2013
- July 2013
- 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
- .NET
- .NETCore
- Agilent T&M Toolkit
- Agilent VEE
- Books
- Conference
- CSharp
- Effective PowerShell
- LINQ
- Microsoft
- Monad
- MSBuild
- Music
- PDC
- PowerShell
- PowerShell 2.0
- PowerShell 3.0
- PowerShell 4.0
- PowerShell 5.0
- PowerShellEditorServices
- PSCX
- PSScriptAnalyzer
- Software Architecture
- Software Development
- Uncategorized
- VSCode
- Windows 7
- WinRT
Meta
Monthly Archives: December 2004
Agilent VEE TV Episode 2 – Intro to MATLAB
Check out the latest VEE TV episode at http://www.agilent.com/find/veetv. There are some fun homages to the movie Office Space in this episode.
Posted in Agilent VEE
Leave a comment
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
NetObjectives Streamzine: GoF Strategy Pattern
NetObjectives is a training and consulting company that specializes in teaching OO analysis & design, agile development processes and design patterns. I did a brief write-up of tips from a book written by one of the company founders – “Design Patterns Explained“ which is a … Continue reading
Posted in Software Architecture
Leave a comment