09-10-2014 02:43 AM
ok. so I should type command like"*OPC? :CALC1:MARK1:X?;Y?" before read value?
09-10-2014 02:58 AM
09-10-2014 10:21 PM
In my program, I use ":CALC1:MARK1:Y?" to fetch the measurement value. I use read command to got the value. However, the device need some time to move the value from memroy to output area. So I read it too fast. After add "*OPC?" command before read command then the value is correct.