
public class CpfeDevice extends PowerDevice
CONN_TYPE_NOT_CONFIG, connType, DEVC_ID_NOT_CONFIG, DEVC_PARM_NOT_CONFIG, devcId, devcParm, NETWORK_CONN_INVALID, psd| Constructor and Description |
|---|
CpfeDevice()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected int[] |
checkChannel(String name,
int hwChan,
String type,
String subtype)
Checks a channel's parameters for validity.
|
protected void |
initDevice()
Performs basic initialization.
|
protected double |
readChannel(int hwChan,
int type)
Reads a channel.
|
close, getConnType, getDevcId, getDevcParm, getMaxChannel, getMinChannel, getPowerConfig, getPowerState, handleException, initialize, powerOff, powerOn, readCurrent, readCurrentGroup, readOutput, readOutputGroup, readVoltage, readVoltageGroup, setPowerConfig, waitPowerOff, waitPowerOn, writeCurrent, writeCurrentGroup, writeOffDelay, writeOffDelayGroup, writeOnDelay, writeOnDelayGroup, writeOutput, writeOutputGroup, writeVoltage, writeVoltageGroupaddChannel, addLine, checkHardware, checkHwLine, checkLine, checkOnline, checkTimeout, configure, disable, dropChannel, enable, getFullName, getName, getOutputLines, init, initChannel, initChannel, initSensors, isHwLineSet, isLineSet, isOnline, isTimeout, readChannel, readChannelGroup, readChannelNow, readSensors, setHwLine, setLine, setLineWarm, setOnline, setOutputLines, testOnlineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected void initDevice()
initDevice in class PowerDeviceprotected int[] checkChannel(String name, int hwChan, String type, String subtype) throws Exception
checkChannel in class PowerDevicename - The channel namehwChan - The hardware channel numbertype - The channel type stringsubtype - The channel subtype stringException - if any errors found in the parameters.protected double readChannel(int hwChan,
int type)
readChannel in class PowerDevicehwChan - The hardware channel number.type - The encoded channel type returned by checkChannel.Copyright © 2018 LSST. All rights reserved.