C# Class DAQ.HAL.ICS4861A

Interface class for ICS4861A GPIB controlled analog input/output box.
Inheritance: GPIBInstrument
Mostra file Open project: ColdMatter/EDMSuite

Public Methods

Method Description
ICS4861A ( String visaAddress ) : System
ReadInputVoltage ( int channel ) : double
SetOutputVoltage ( int channel, double voltage ) : void

Method Details

ICS4861A() public method

public ICS4861A ( String visaAddress ) : System
visaAddress String
return System

ReadInputVoltage() public method

public ReadInputVoltage ( int channel ) : double
channel int
return double

SetOutputVoltage() public method

public SetOutputVoltage ( int channel, double voltage ) : void
channel int
voltage double
return void