User manual

Table Of Contents
Host Interface
59
Interface
IFM2Device
method CloseAllUSBDeviceDrivers([in] long Device-
Handle);
The method call to close a connection. Use the Device-
Handle property as the argument.
method DismissFault();
The method used to dismiss any active fault. Query the
LastFault property to obtain the fault code before it is
dismissed.
method GetUSBDeviceData([in] long DeviceHandle);
(serves internal processing purposes only)
method RestartBatch();
The method to restart a statistics batch.
method ZeroDevice();
The method to start a zero procedure.
propput DeviceEvents([in] IFM2DeviceEvents* rhs);
The write only property which holds a reference to the
callback object so that data events can be dispatched to
the application.
method AnalogOutFullscaleVoltageCommand([in]
short CommandOption);
The method to set the analog out full scale voltage. Valid
ComandOption values follow the Visual Basic 6.0
enumeration of:
Public Enum AnalogOutFullscaleVoltage
aofv1V = 1
aofv2V = 2
aofv5V = 3
End Enum