Hi
I'm an electronic engineer in Italy. Currently I'm Interfacing the HP 54120A scope with VEE6.2.
The program that I have developed saves the channels, through the function only, in the internal memories of the scope.
My Problem is to read the data in the internal memories to store them in a file touchstone or txt in ascii format.
I hope that someone can help me.
Thanks
Ps: Sorry for my English
I'm an electronic engineer in Italy. Currently I'm Interfacing the HP 54120A scope with VEE6.2.
The program that I have developed saves the channels, through the function only, in the internal memories of the scope.
My Problem is to read the data in the internal memories to store them in a file touchstone or txt in ascii format.
I hope that someone can help me.
Thanks
Ps: Sorry for my English
the best I can do: The :wav commands will access the scope's
memories if you have a communication link with the scope. In VEE
this is done through DirectIO(Instrument->DirectIO). The DirectIO
block will allow you to issue commands and read returns. It is
intelligent enough to understand BINBLOCK returns. You will also
the need the waveform preamble or its constituents to reconstruct
the waveform from the data. This can be obviated if you use ASCII
format. See the WAVEFORM section of the programmer's reference
for an example.