7352 Series Digital Multimeter Operation Manual
6.7.1 Sample Programs (GPIB commands used in ADC CORPORATION)
6-53
Call ibwrt(dmm, "SD2" & vbLf)
'Sets the output data to the right side display.
Call ibrd(dmm, dt)
'Reads the measured data on the right side display.
Cells(2, 1) = "'" & Left(dt, 18)
'Substitutes the measured value on the right side display for a cell.
Call ibonl(dmm, 0)
'Terminates.