| Modifier and Type | Field and Description |
|---|---|
static int |
ADDR_POSN
Public constants
|
static int |
MAX_ASICS
Public constants
|
static int |
MAX_STRIPS
Public constants
|
static int |
NUM_SIDES
Public constants
|
static int |
SIDE_BOTTOM
Public constants
|
static int |
SIDE_MASK
Public constants
|
static int |
SIDE_POSN
Public constants
|
static int |
SIDE_TOP
Public constants
|
static int |
STRIP_POSN
Public constants
|
static int |
WRITE_POSN
Public constants
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
makeCommand(int strips,
int sides,
int addr,
int write,
int value)
Makes a command word.
|
public static final int MAX_STRIPS
public static final int SIDE_TOP
public static final int SIDE_BOTTOM
public static final int NUM_SIDES
public static final int MAX_ASICS
public static final int ADDR_POSN
public static final int WRITE_POSN
public static final int SIDE_MASK
public static final int SIDE_POSN
public static final int STRIP_POSN
public Asic(BaseSet bss)
bss - The associated base set objectprotected int makeCommand(int strips,
int sides,
int addr,
int write,
int value)
throws REBException
strips - The mask of stripssides - The mask of sides: 1 = top; 2 = bottomaddr - The ASIC register addresswrite - 1 to write; 0 to readvalue - The value to writeREBExceptionCopyright © 2023 LSST. All rights reserved.