EasyManua.ls Logo

VTI Instruments Metek EX1202 - Take the Measurement; Retrieve the Data

Default Icon
159 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
VTI Instruments Corp.
76 Basic EX1200 DMM Operation
IVI-COM Programming Interface
The IVTEXDMM.Trigger interface provides properties and methods for setting the input trigger.
The IVTEXDMM.Trigger.Multipoint interface provides properties and methods for setting the
sample trigger and setting the measurement complete output trigger.
TAKE THE MEASUREMENT
Once the DMM has been configured, the measurement must next be initiated. Once initialized, the
DMM moves from the Idle State through the trigger model.
IVI-COM Programming Interface
The IVTEXDmmMeasurement interface provides properties and methods for reading the FIFO
count and measured values. Initiate method can be used for initiating the DMM. FIFOCount can
be used to get a count of the measured values available in the DMM after it is initiated.
RETRIEVE THE DATA
The DMM stores the measured samples into FIFO until retrieved. This data can be accessed upon
completion of the measurement and must be retrieved to be read. The data is automatically deleted
from FIFO once it has been retrieved.
IVI-COM Programming Interface
The IVTEXDmmMeasurement interface provides properties and methods for reading the FIFO
count and measured values. Read and ReadMultiPoint can be used to retrieve the measured value
without timestamp. Read will be used for retrieving single measurement at a time whereas the
ReadMultiPoint can retrieve a block of data.
ReadTimeStamped and ReadMultiPointTimeStamped can be used for retrieving measured
values with time stamp. The ReadTimeStamped will be used for retrieving single measurement
with timestamp whereas ReadMultiPointTimeStamped can retrieve a block of data with time
stamp.
Note that all four read measurement functions initiate the DMM and retrieve the measured values,
whereas fetch only retrieves the measured values without initiating the DMM.

Table of Contents