/AWS1/CL_IOVDETECTORSTATE¶
Information about the current state of the detector instance.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_statename TYPE /AWS1/IOVSTATENAME /AWS1/IOVSTATENAME¶
The name of the state.
it_variables TYPE /AWS1/CL_IOVVARIABLE=>TT_VARIABLES TT_VARIABLES¶
The current values of the detector's variables.
it_timers TYPE /AWS1/CL_IOVTIMER=>TT_TIMERS TT_TIMERS¶
The current state of the detector's timers.
Queryable Attributes¶
stateName¶
The name of the state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATENAME() |
Getter for STATENAME, with configurable default |
ASK_STATENAME() |
Getter for STATENAME w/ exceptions if field has no value |
HAS_STATENAME() |
Determine if STATENAME has a value |
variables¶
The current values of the detector's variables.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VARIABLES() |
Getter for VARIABLES, with configurable default |
ASK_VARIABLES() |
Getter for VARIABLES w/ exceptions if field has no value |
HAS_VARIABLES() |
Determine if VARIABLES has a value |
timers¶
The current state of the detector's timers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMERS() |
Getter for TIMERS, with configurable default |
ASK_TIMERS() |
Getter for TIMERS w/ exceptions if field has no value |
HAS_TIMERS() |
Determine if TIMERS has a value |