public class VacMksDevice extends Mks9xxDevice implements SwitchDevice
| Constructor and Description |
|---|
VacMksDevice() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSwitchDevice()
Gets the switch device ID.
|
Boolean |
isSwitchOn(int sw)
Gets whether a switch is on.
|
void |
setSwitch(int sw,
boolean on)
Turns a switch on or off.
|
clearRetryCount, close, formatReadBuffer, getAnalogOut, getAtmospheric, getAutoZeroLimit, getBaudRate, getCalibrationGas, getCCProtDelay, getDeviceType, getFirmwareVersion, getFullScale, getHardwareVersion, getHighIntPressure, getLowIntPressure, getManufacturer, getModel, getOffPressureCC, getOnPressureCC, getPartNumber, getPressureUnit, getReadBuffer, getRelayDirection, getRelayEnable, getRelayHyst, getRelayTrip, getRetryCount, getRetryLimit, getSensorDose, getSensorDoseLimit, getSensorTimeOn, getSerialNumber, getTimeOn, getTransStatus, getUserTag, initDevice, initialize, isCCAutoPowerOn, isCCPowerOn, isIdentifying, isRelayActive, isRelayDelayed, isResponseDelayed, isSwitchEnabled, readChannel, readPressure, readTemperature, setCCAutoPower, setLock, setRetryLimit, setTimeoutaddLine, checkChannel, checkChannel, checkHwLine, checkLine, checkTimeout, configure, disable, dropChannel, dropChannel, enable, getDeviceMonitorUpdateTasks, getFullName, getGroupForChannel, getMonitorUpdateTasksForChannels, getName, getOutputLines, getPath, init, initChannel, initChannel, initChannel, initSensors, isEnabled, isHwLineSet, isLineSet, isOnline, isTimeout, readChannel, readChannelGroup, readChannelGroup, readChannelNow, setDisabled, setHwLine, setLine, setLineWarm, setOnline, setOutputLines, start, testOnlinepublic int getSwitchDevice()
getSwitchDevice in interface SwitchDevicepublic void setSwitch(int sw,
boolean on)
throws org.lsst.ccs.drivers.commons.DriverException
setSwitch in interface SwitchDevicesw - The switch IDon - Whether to turn on or offorg.lsst.ccs.drivers.commons.DriverExceptionpublic Boolean isSwitchOn(int sw)
isSwitchOn in interface SwitchDevicesw - The switch IDCopyright © 2024 LSST. All rights reserved.