EasyManuals Logo

Keithley 2110 User Manual

Keithley 2110
221 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #220 background imageLoading...
Page #220 background image
Model 2110
5½ Digit Multimeter Reference Manual Appendix C: Communication interface
2110-901-01 Rev. C/August 2013 C-21
VISA-COM sample code
This example gets the instrument identification string using VISA-COM in C#.
The first thing to do is add a reference to the VISA-COM interop DLL, which is usually located at
C:\Program Files\IVI Foundation\VISA\VisaCom\Primary Interop Assemblies\Ivi.Visa.Interop.dll.
using Ivi.Visa.Interop;
namespace WindowsApplication1
{
public class IdnSample: System.Windows.Forms.Form
{
private Ivi.Visa.Interop.FormattedIO488 ioDmm;
//
}
}
private void IdnSample_Load(object sender, System.EventArgs e)
{
ioDmm = new FormattedIO488Class();
SetAccessForClosed();
}
private void btnInitIO_Click(object sender, System.EventArgs e)
{
try
{
ResourceManager grm = new ResourceManager();
ioDmm.IO = (IMessage)grm.Open("GPIB::16::INSTR",
AccessMode.NO_LOCK, 2000, "");
ioDmm.IO.TerminationCharacterEnabled = true;
}
catch (SystemException ex)
{
MessageBox.Show("Open failed on " + this.txtAddress.Text + " " +
ex.Source + " " + ex.Message, "IdnSample", MessageBoxButtons.OK,
MessageBoxIcon.Error);
ioDmm.IO = null;
}
}

Table of Contents

Other manuals for Keithley 2110

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keithley 2110 and is the answer not in the manual?

Keithley 2110 Specifications

General IconGeneral
Model2110
DC Voltage Range100 mV to 1000 V
AC Voltage Range100 mV to 750 V
ContinuityYes
Diode TestYes
CategoryDigital Multimeter
Display5.5 digit
DC Current Range100 µA to 3 A
AC Current Range100 µA to 3 A
Resistance Range100 MΩ
Frequency Range3 Hz to 300 kHz
Frequency Accuracy0.01% + 1 count
Capacitance Range1 nF to 100 µF
Capacitance Accuracy1% + 5 counts
ConnectivityUSB, GPIB (optional)
Dimensions88 mm
Power Supply100 V to 240 V AC, 50/60 Hz
DC Voltage Accuracy±0.012% + 2 counts

Related product manuals