public interface IEDataSetValues
Modifier and Type | Method and Description |
---|---|
void |
putAddress(int address_)
Puts the SEDAC address to this enumeration element.
|
void |
putAdjusting(boolean value_)
Will set the adjusting value for this data component.
|
void |
putCrate(int crate_)
Puts the SEDAC crate address to this enumeration element.
|
void |
putFireEvent(boolean value_)
This method will set the fire event value according to the content of
the parameter.
|
void |
putMaximum(float maximum_)
Puts the maximum range value to an enumeration element.
|
void |
putMinimum(float minimum_)
Puts the minimum range value to an enumeration element.
|
void |
putRecvFactor(float recvFactor_)
Sets the receive conversion factor value as a
float . |
void |
putSendFactor(float sendFactor_)
Sets the send conversion factor value as a
float . |
void putMinimum(float minimum_)
Puts the minimum range value to an enumeration element.
ATTENTION: This method should only be used by the abstract
class of de.desy.mst.libs.accelerator.model.ACDIDevices
in this
library!
minimum_
- The minimum value.void putMaximum(float maximum_)
Puts the maximum range value to an enumeration element.
ATTENTION: This method should only be used by the abstract
class of de.desy.mst.libs.accelerator.model.ACDIDevices
in this
library!
maximum_
- The maximum value.void putSendFactor(float sendFactor_)
float
. This is
the simplified value for transforming the value from the client to the
server.
ATTENTION: This method should only be used by the abstract
class of de.desy.mst.libs.accelerator.model.ACDIDevices
in this
library!
sendFactor_
- The send conversion factor is set as a float
value.void putRecvFactor(float recvFactor_)
float
. This is
the simplified value for transforming the value from the server to the
client.
ATTENTION: This method should only be used by the abstract
class of de.desy.mst.libs.accelerator.model.ACDIDevices
in this
library!
recvFactor_
- The receive conversion factor is set as a
float
value.void putCrate(int crate_)
Puts the SEDAC crate address to this enumeration element.
ATTENTION: This method should only be used by the abstract
class of de.desy.mst.libs.accelerator.model.ACDIDevices
in this
library!
crate_
- Is the SEDAC crate address.void putAddress(int address_)
Puts the SEDAC address to this enumeration element.
ATTENTION: This method should only be used by the abstract
class of de.desy.mst.libs.accelerator.model.ACDIDevices
in this
library!
address_
- Is the SEDAC address.void putAdjusting(boolean value_)
IEData.isAdjusting()
method. For more information read there.value_
- Sets the logical value in this data component.void putFireEvent(boolean value_)
This method will set the fire event value according to the content of
the parameter. This method decides if this enumeration element will fire
an event to the hardware (true
) or not (false
). The
getter method is IEData.isFireEvent()
.
value_
- Sets the fire event value.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft