Hi,
I would like to transfer wfm data from Infiniium Oscilloscope to PC through GPIB by VEE(ver.6.0). I always transfer data by using USB memory to PC, but I want to improve this measurement environment.
Could you tell me VEE command to get wfm data from oscilloscope to PC?
Thank you in advance
I would like to transfer wfm data from Infiniium Oscilloscope to PC through GPIB by VEE(ver.6.0). I always transfer data by using USB memory to PC, but I want to improve this measurement environment.
Could you tell me VEE command to get wfm data from oscilloscope to PC?
Thank you in advance
data is :wav:data? followed by a READ. You need to specify a format(byte,word,ascii). Byte and word formats are
the most efficient but the data must be reconstructed. You cannot transfer in .wfm format..