Package jisa.devices.interfaces
Class TC.ZonedLoop
- java.lang.Object
-
- jisa.devices.interfaces.PID.ZonedLoop
-
- jisa.devices.interfaces.TC.ZonedLoop
-
- All Implemented Interfaces:
Instrument
,PID.Loop
,TC.Loop
- Direct Known Subclasses:
LS331.Loop
,LS336.Loop
,MercuryITC.Loop
- Enclosing interface:
- TC
public abstract static class TC.ZonedLoop extends PID.ZonedLoop implements TC.Loop
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jisa.devices.interfaces.Instrument
Instrument.AutoQuantity<S>, Instrument.OptionalQuantity<S>, Instrument.Parameter<S>, Instrument.Setter<S>, Instrument.TableQuantity
-
-
Constructor Summary
Constructors Constructor Description ZonedLoop()
-
Method Summary
-
Methods inherited from class jisa.devices.interfaces.PID.ZonedLoop
getPIDZones, isPIDZoningEnabled, setPIDZones, setPIDZoningEnabled, updatePID
-
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
getAddress, getConfigurationParameters, getIDN, getLockObject, setTimeout
-
Methods inherited from interface jisa.devices.interfaces.PID.Loop
close, getAvailableInputs, getAvailableOutputs, getConfigurationParameters, getDValue, getInput, getIValue, getManualValue, getName, getOutput, getPIDZones, getPValue, getRampRate, isPIDEnabled, isPIDZoningEnabled, isRampEnabled, setDValue, setInput, setIValue, setManualValue, setOutput, setPIDEnabled, setPIDValues, setPIDZones, setPIDZones, setPIDZoningEnabled, setPValue, setRampEnabled, setRampRate, waitForStableValue
-
Methods inherited from interface jisa.devices.interfaces.TC.Loop
getAvailableHeaters, getAvailableThermometers, getSetPoint, getTemperature, setSetPoint, setTemperature, waitForStableTemperature
-
-