Package jisa.devices.temperature
Class MercuryITC
- java.lang.Object
-
- jisa.visa.VISADevice
-
- jisa.devices.temperature.MercuryITC
-
- All Implemented Interfaces:
Instrument
,MultiInstrument
,PID
,TC
public class MercuryITC extends VISADevice implements TC
Class MercuryITCVISADevice class for controlling MercuryITC temperature controllers via TCP IP. Written by Thomas Marsh 2021.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
MercuryITC.AuxOutput
class
MercuryITC.Heater
class
MercuryITC.Loop
class
MercuryITC.TMeter
-
Nested classes/interfaces inherited from interface jisa.devices.interfaces.Instrument
Instrument.AutoQuantity<S>, Instrument.OptionalQuantity<S>, Instrument.Parameter<S>, Instrument.Setter<S>, Instrument.TableQuantity
-
Nested classes/interfaces inherited from interface jisa.devices.interfaces.PID
PID.Input, PID.Output, PID.Zone
-
Nested classes/interfaces inherited from interface jisa.devices.interfaces.TC
TC.ZonedLoop
-
-
Field Summary
-
Fields inherited from class jisa.visa.VISADevice
C_IDN, CR_TERMINATOR, CRLF_TERMINATOR, DEFAULT_EOI, DEFAULT_EOS, DEFAULT_TIMEOUT, EOS_RETURN, LF_TERMINATOR
-
-
Constructor Summary
Constructors Constructor Description MercuryITC(Address address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<MercuryITC.TMeter>
getInputs()
Returns a list of all input channels connected to this PID controller.java.util.List<MercuryITC.Loop>
getLoops()
Returns a list of all control loops provided by this PID controller.java.util.List<MercuryITC.Heater>
getOutputs()
Returns a list of all output channels connected to this PID controller.java.lang.String[]
readITC(java.lang.String... parts)
java.lang.String[]
writeITC(java.lang.String... parts)
-
Methods inherited from class jisa.visa.VISADevice
addAutoRemove, checkLimit, checkLimit, clearBuffers, close, getAddress, getConnection, getIDN, getName, manuallyClearReadBuffer, query, queryDouble, queryInt, read, read, readBytes, readDouble, readInt, setIOLimit, setReadBufferSize, setReadTerminator, setReadTerminator, setRetryCount, setTimeout, setWriteTerminator, write, writeBytes
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jisa.devices.interfaces.Instrument
close, getAddress, getConfigurationParameters, getConfigurationParameters, getIDN, getLockObject, getName, setTimeout
-
Methods inherited from interface jisa.devices.interfaces.MultiInstrument
contains, contains, get, getSubInstruments, getSubInstruments
-
Methods inherited from interface jisa.devices.interfaces.TC
get, getHeaters, getLoop, getSubInstrument, getSubInstrumentTypes, getThermometers
-
-
-
-
Constructor Detail
-
MercuryITC
public MercuryITC(Address address) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
readITC
public java.lang.String[] readITC(java.lang.String... parts) throws java.io.IOException
- Throws:
java.io.IOException
-
writeITC
public java.lang.String[] writeITC(java.lang.String... parts) throws java.io.IOException, DeviceException
- Throws:
java.io.IOException
DeviceException
-
getInputs
public java.util.List<MercuryITC.TMeter> getInputs()
Description copied from interface:PID
Returns a list of all input channels connected to this PID controller.
-
getOutputs
public java.util.List<MercuryITC.Heater> getOutputs()
Description copied from interface:PID
Returns a list of all output channels connected to this PID controller.- Specified by:
getOutputs
in interfacePID
- Returns:
- List of output channels
-
-