Description | The status of this conceptual row. This object is used for
create or modify or deleting an entry from this table.
To create a row in this table, a manager must set this
object to either createAndGo(4) or createAndWait(5).
Until instances of all corresponding columns are appropriately
configured, the value of the corresponding instance of the
cbRowStatus is notReady(3).
An entry can be deleted by setting this object to destroy(6).
STARTING BERT: Two approaches:
1. set this object to createAndGo(4) with all the mandatory
objects set to valid values.
2. Set this object to createAndWait(4). Reading this object
at this stage returns notReady(3).
Set all the other required objects with valid values.
Set this object to active(1).
STOP/RESTART BERT:
The BERT can be stopped by setting this object to
notInService(2). After setting it to notInService(2),
some parameters can be modified and BERT can be started
by setting this object to active(1).
STOP BERT:
An entry can be deleted by setting this object
to destroy(6).
Deleting an entry stops the BERT test. |