Hello,
I am trying to export a .nitrace file into txt & csv format, and I see that the buffer value is truncated after it gets exported, for example:
viWrite (GPIB0::20::INSTR (0x053AF520), "CONFigure:WLAN:MEAS:R...", 50, 50) |
instead of
1850. viWrite (GPIB0::20::INSTR (0x053AF520), "CONFigure:WLAN:MEAS:RFSettings:UMARgin 20.00", 50, 50)
How can I make sure that I export the complete string and not just 24 characters?
Thanks