Hi!
Today I started to get access to the PCSGU250 via Excel VBA. The plattform ist Excel 2003/WinXP.
Based on the information which can be found in “PCSGU250.pdf” 17 values for timebase programming are available starting from index 0 (500ms/div) to 16 (2µs/div). The PC-Lab 2000 LT (Version 1.03 running at Firmware 1.01) offers 4 additional values (1µs/dev, 0.5µs/div, 0.2µs/div and 0.1µs/div).
Those values can not be programmed by using function Time() from “PCSGU250.dll”
If one of those values has been choosen by the GUI a call of GetSettings() gives always a value of 16 for the timebase back.
Question: How can I access those timebase values?
Ulf