7352 Series Digital Multimeter Operation Manual
6.7.1 Sample Programs (GPIB commands used in ADC CORPORATION)
6-55
Call ibwrt(dmm, "DSP2,IRO?" & vbLf)
'Data reading for the right side display
Call ibrd(dmm, dt)
'Reads the measured data on the right side display.
Cells(2, 1) = "'" & dt
'Substitutes the measured value on the right side display for a cell.
Call ibonl(dmm, 0)
'Terminates.