Im running into a problem understanding the structure of some of the .NET code assemblies. I am able to set the software using the DigitalDemod MeasurementExtension, and getting all my trace windows aligned correct, but when I get into change the MeasurementExtension I am running into a problem understanding how the abstract classes between the DigitalDemod Assembly and the Vsa Assembly are accessible, namely the Format Property. Is there a code sample showing the proper way to access the Format Property?
Here's some sample code to set the Format parameter for DigDemod:
Also, you can easily see the C# code to set a UI parameter if you open the Output window (Window > Output and select the Show Code check box). Each time you change a setting on the user interface, the corresponding command is echoed to the Output window.
Hope this helps,
Caleb