public class BLM extends AcceleratorNode
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOSS_AVG_HANDLE
BLMs official avg channel handle
|
static java.lang.String |
LOSS_INT_HANDLE
BLMs official integrated channel handle
|
static java.lang.String |
s_strType |
static java.lang.String |
T_AVG_LEN_HANDLE
BLM official tAvgLen channel handle
|
channelSuite, m_bolIsSoft, m_bolStatus, m_bolValid, m_bucAlign, m_bucAper, m_bucTwiss, m_dblLen, m_dblPos, m_dblS, m_mapAttrs, m_objAccel, m_seqParent, m_strEId, m_strId, m_strPId| Constructor and Description |
|---|
BLM(java.lang.String strId) |
| Modifier and Type | Method and Description |
|---|---|
double |
getLossAvg()
returns average loss
|
double |
getLossInt()
returns integreated loss
|
double |
getTAvgLen()
returns length of the averaged period (micro-sec)
|
java.lang.String |
getType()
Override to provide type signature
|
addBucket, channelSuite, clear, dataLabel, findChannel, getAccelerator, getAlign, getAndConnectChannel, getAper, getBucket, getBuckets, getChannel, getDesignPropertyValue, getEId, getHandles, getId, getLength, getLivePropertyChannels, getLivePropertyValue, getParent, getPId, getPitchAngle, getPosition, getPrimaryAncestor, getRollAngle, getSDisplay, getSoftType, getStatus, getTwiss, getValid, getXOffset, getYawAngle, getYOffset, getZOffset, hasBucket, hasParent, isKindOf, isMagnet, lazilyGetAndConnect, removeFromParent, setAccelerator, setAlign, setAper, setLength, setParent, setPitchAngle, setPosition, setRollAngle, setSDisplay, setStatus, setTwiss, setValid, setXOffset, setYawAngle, setYOffset, setZOffset, toString, update, writepublic static final java.lang.String s_strType
public static final java.lang.String LOSS_AVG_HANDLE
public static final java.lang.String LOSS_INT_HANDLE
public static final java.lang.String T_AVG_LEN_HANDLE
public java.lang.String getType()
getType in class AcceleratorNodepublic double getLossAvg()
throws ConnectionException,
GetException
ConnectionExceptionGetExceptionpublic double getLossInt()
throws ConnectionException,
GetException
ConnectionExceptionGetExceptionpublic double getTAvgLen()
throws ConnectionException,
GetException
ConnectionExceptionGetException