06-29-2007 08:17 AM
06-29-2007 08:29 AM
06-29-2007 08:30 AM
Hello SG,
Alan from LeCroy Tech Support here...
The format of the response depends on the setting of the communications header. This is set with the command CHDR, and is usually issued in a driver's Initialize VI. (Or within a subvi called by Initialize.) Which driver are you using? Make sure to always call Intialize first.
If CHDR OFF was issued, then the response will not include the command (e.g. the response of "500"); CHDR SHORT configures a response like "MSIZ 500 SAMPLE", and CHRD LONG configures a response like "MEMORY_SIZE 500 SAMPLE"
Please note that MSIZ? does not return the number of data points displayed in the graph, but is the maximum number of points that the scope is configured to use. For example, you can configure MSIZ 100000, but if you have the timebase set to 500ps/div, you would only get waveforms with 50 samples.
Feel free to email or call me directly for further discussion.
Best Regards,
Alan