public class CabacControl
extends org.lsst.ccs.monitor.Control
| Constructor and Description |
|---|
CabacControl(String desc,
int hwChan,
int rd,
int og,
int gd,
int rgRise,
int[] sclkRise,
int[] pclkRise,
int[] odRdo,
int[] odExp)
Constructor, version 0.
|
CabacControl(String desc,
int hwChan,
int rd,
int og,
int gd,
int rgRise,
int rgFall,
int[] sclkRise,
int[] sclkFall,
int[] pclkRise,
int[] pclkFall,
int[] odRdo,
int[] odExp)
Constructor, version 1.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkConfig()
Checks configuration.
|
protected void |
configure(org.lsst.ccs.monitor.Monitor mon,
org.lsst.ccs.monitor.Device devc)
Configures channel description.
|
int |
getGd() |
int |
getHwVersion()
Deprecated.
|
static int |
getHwVersion(org.lsst.ccs.drivers.reb.Cabac cbc)
Gets the hardware version.
|
int[] |
getOdExp() |
int[] |
getOdRdo() |
int |
getOg() |
int[] |
getPclkFall() |
int[] |
getPclkRise() |
int |
getRd() |
int |
getRgFall() |
int |
getRgRise() |
int[] |
getSclkFall() |
int[] |
getSclkRise() |
void |
setGd(int value)
Sets/gets the Guard Diode voltage.
|
void |
setOdExp(int[] value)
Sets/gets the exposure mode Output Drain voltages.
|
void |
setOdRdo(int[] value)
Sets/gets the readout mode Output Drain voltages.
|
void |
setOg(int value)
Sets/gets the Output Gate voltage.
|
void |
setPclkFall(int[] value)
Sets/gets the Parallel Clock fall currents.
|
void |
setPclkRise(int[] value)
Sets/gets the Parallel Clock rise currents.
|
void |
setRd(int value)
Sets/gets the Reset Drain voltage.
|
void |
setRgFall(int value)
Sets/gets the Reset Gate fall current.
|
void |
setRgRise(int value)
Sets/gets the Reset Gate rise current.
|
void |
setSclkFall(int[] value)
Sets/gets the Serial Clock fall currents.
|
void |
setSclkRise(int[] value)
Sets/gets the Serial Clock rise currents.
|
checkOnline, checkTimeout, getDescription, getHwChan, getName, getSubsystem, init, testOnlinepublic CabacControl(String desc, int hwChan, int rd, int og, int gd, int rgRise, int[] sclkRise, int[] pclkRise, int[] odRdo, int[] odExp)
desc - hwChan - rd - og - gd - rgRise - sclkRise - pclkRise - odRdo - odExp - public CabacControl(String desc, int hwChan, int rd, int og, int gd, int rgRise, int rgFall, int[] sclkRise, int[] sclkFall, int[] pclkRise, int[] pclkFall, int[] odRdo, int[] odExp)
desc - hwChan - rd - og - gd - rgRise - rgFall - sclkRise - sclkFall - pclkRise - pclkFall - odRdo - odExp - protected void configure(org.lsst.ccs.monitor.Monitor mon,
org.lsst.ccs.monitor.Device devc)
configure in class org.lsst.ccs.monitor.Controlmon - The associated monitor objectdevc - The associated device objectpublic boolean checkConfig()
public static int getHwVersion(org.lsst.ccs.drivers.reb.Cabac cbc)
cbc - The CABAC object@Deprecated public int getHwVersion()
@ConfigurationParameterChanger public void setRd(int value)
value - @Command(type=QUERY,
description="Gets the Reset Drain voltage")
public int getRd()
@ConfigurationParameterChanger public void setOg(int value)
value - @Command(type=QUERY,
description="Gets the Output Gate voltage")
public int getOg()
@ConfigurationParameterChanger public void setGd(int value)
value - @Command(type=QUERY,
description="Gets the Guard Diode voltage")
public int getGd()
@ConfigurationParameterChanger public void setRgRise(int value)
value - @Command(type=QUERY,
description="Gets the Reset Gate rise current")
public int getRgRise()
@ConfigurationParameterChanger public void setRgFall(int value)
value - @Command(type=QUERY,
description="Gets the Reset Gate fall current")
public int getRgFall()
@ConfigurationParameterChanger public void setSclkRise(int[] value)
value - @Command(type=QUERY,
description="Gets the Serial Clock rise currents")
public int[] getSclkRise()
@ConfigurationParameterChanger public void setSclkFall(int[] value)
value - @Command(type=QUERY,
description="Gets the Serial Clock fall currents")
public int[] getSclkFall()
@ConfigurationParameterChanger public void setPclkRise(int[] value)
value - @Command(type=QUERY,
description="Gets the Parallel Clock rise currents")
public int[] getPclkRise()
@ConfigurationParameterChanger public void setPclkFall(int[] value)
value - @Command(type=QUERY,
description="Gets the Parallel Clock fall currents")
public int[] getPclkFall()
@ConfigurationParameterChanger public void setOdRdo(int[] value)
value - @Command(type=QUERY,
description="Gets the readout mode Output Drain voltages")
public int[] getOdRdo()
@ConfigurationParameterChanger public void setOdExp(int[] value)
value - @Command(type=QUERY,
description="Gets the exposure mode Output Drain voltages")
public int[] getOdExp()
Copyright © 2018 LSST. All rights reserved.