Package uk.ac.gda.excalibur.config.model
Interface ReadoutNodeFemModel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ReadoutNodeFemModelImpl
public interface ReadoutNodeFemModel
extends org.eclipse.emf.ecore.EObject
-
Method Summary
Modifier and TypeMethodDescriptionintintReturns the value of the 'Counter Select' attribute.intReturns the value of the 'Dac External' attribute.intReturns the value of the 'Dac Sense' attribute.intReturns the value of the 'Operation Mode' attribute.voidsetCounterDepth(int counterDepth) voidsetCounterSelect(int value) Sets the value of the 'Counter Select' attribute.voidsetDacExternal(int value) Sets the value of the 'Dac External' attribute.voidsetDacSense(int value) Sets the value of the 'Dac Sense' attribute.voidSets the value of the 'Mpxiii Chip Reg1' containment reference.voidSets the value of the 'Mpxiii Chip Reg2' containment reference.voidSets the value of the 'Mpxiii Chip Reg3' containment reference.voidSets the value of the 'Mpxiii Chip Reg4' containment reference.voidSets the value of the 'Mpxiii Chip Reg5' containment reference.voidSets the value of the 'Mpxiii Chip Reg6' containment reference.voidSets the value of the 'Mpxiii Chip Reg7' containment reference.voidSets the value of the 'Mpxiii Chip Reg8' containment reference.voidsetOperationMode(int value) Sets the value of the 'Operation Mode' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCounterDepth
int getCounterDepth() -
setCounterDepth
void setCounterDepth(int counterDepth) -
getOperationMode
int getOperationMode()Returns the value of the 'Operation Mode' attribute.If the meaning of the 'Operation Mode' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Operation Mode' attribute.
- See Also:
-
setOperationMode
void setOperationMode(int value) Sets the value of the 'Operation Mode' attribute.- Parameters:
value- the new value of the 'Operation Mode' attribute.- See Also:
-
getCounterSelect
int getCounterSelect()Returns the value of the 'Counter Select' attribute.If the meaning of the 'Counter Select' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Counter Select' attribute.
- See Also:
-
setCounterSelect
void setCounterSelect(int value) Sets the value of the 'Counter Select' attribute.- Parameters:
value- the new value of the 'Counter Select' attribute.- See Also:
-
getMpxiiiChipReg1
MpxiiiChipRegModel getMpxiiiChipReg1() -
setMpxiiiChipReg1
Sets the value of the 'Mpxiii Chip Reg1' containment reference.- Parameters:
value- the new value of the 'Mpxiii Chip Reg1' containment reference.- See Also:
-
getMpxiiiChipReg2
MpxiiiChipRegModel getMpxiiiChipReg2() -
setMpxiiiChipReg2
Sets the value of the 'Mpxiii Chip Reg2' containment reference.- Parameters:
value- the new value of the 'Mpxiii Chip Reg2' containment reference.- See Also:
-
getMpxiiiChipReg3
MpxiiiChipRegModel getMpxiiiChipReg3() -
setMpxiiiChipReg3
Sets the value of the 'Mpxiii Chip Reg3' containment reference.- Parameters:
value- the new value of the 'Mpxiii Chip Reg3' containment reference.- See Also:
-
getMpxiiiChipReg4
MpxiiiChipRegModel getMpxiiiChipReg4() -
setMpxiiiChipReg4
Sets the value of the 'Mpxiii Chip Reg4' containment reference.- Parameters:
value- the new value of the 'Mpxiii Chip Reg4' containment reference.- See Also:
-
getMpxiiiChipReg5
MpxiiiChipRegModel getMpxiiiChipReg5() -
setMpxiiiChipReg5
Sets the value of the 'Mpxiii Chip Reg5' containment reference.- Parameters:
value- the new value of the 'Mpxiii Chip Reg5' containment reference.- See Also:
-
getMpxiiiChipReg6
MpxiiiChipRegModel getMpxiiiChipReg6() -
setMpxiiiChipReg6
Sets the value of the 'Mpxiii Chip Reg6' containment reference.- Parameters:
value- the new value of the 'Mpxiii Chip Reg6' containment reference.- See Also:
-
getMpxiiiChipReg7
MpxiiiChipRegModel getMpxiiiChipReg7() -
setMpxiiiChipReg7
Sets the value of the 'Mpxiii Chip Reg7' containment reference.- Parameters:
value- the new value of the 'Mpxiii Chip Reg7' containment reference.- See Also:
-
getMpxiiiChipReg8
MpxiiiChipRegModel getMpxiiiChipReg8() -
setMpxiiiChipReg8
Sets the value of the 'Mpxiii Chip Reg8' containment reference.- Parameters:
value- the new value of the 'Mpxiii Chip Reg8' containment reference.- See Also:
-
getDacSense
int getDacSense()Returns the value of the 'Dac Sense' attribute.If the meaning of the 'Dac Sense' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Dac Sense' attribute.
- See Also:
-
setDacSense
void setDacSense(int value) Sets the value of the 'Dac Sense' attribute.- Parameters:
value- the new value of the 'Dac Sense' attribute.- See Also:
-
getDacExternal
int getDacExternal()Returns the value of the 'Dac External' attribute.If the meaning of the 'Dac External' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Dac External' attribute.
- See Also:
-
setDacExternal
void setDacExternal(int value) Sets the value of the 'Dac External' attribute.- Parameters:
value- the new value of the 'Dac External' attribute.- See Also:
-