![]() |
OTX Reference
|
|
Shifts ByteField bits right. More...
Public Attributes | |
NumericTerm | positions |
Cardinality [1] The number of positions to shift (non-negative). Decimal values will be truncated. More... | |
![]() | |
ByteFieldVariable | byteField |
Cardinality [1] Identifies a ByteField variable which shall be modified. More... | |
![]() | |
OtxLink | validFor |
Cardinality [0..1] Validity of ActionRealisation. More... | |
Shifts ByteField bits right.
The ShiftRight
-activity shifts the bits in a ByteField
to the right. The most significant bits are padded with zeroes. The size of the ByteField will not change.
Exceptions.OutOfBoundsException | It is thrown if the number of positions to shift is a negative number. |
NumericTerm OpenTestSystem.Otx.Core.Actions.ShiftRight.positions |
Cardinality [1]
The number of positions to shift (non-negative). Decimal values will be truncated.