State
Leafs
Children
- class TerminalDevice.LogicalChannels.Channel.Otn.State
Bases:
Entity
Class Hierarchy :
TerminalDevice
LogicalChannels
Channel
Otn
State
This class represents state data.
Operational state data for OTN protocol PMs, statistics,
etc.
- tti_msg_transmit
Trail trace identifier (TTI) message transmitted
type: str
config: False
- tti_msg_expected
Trail trace identifier (TTI) message expected
type: str
config: False
- tti_msg_auto
Trail trace identifier (TTI) transmit message automatically created. If True, then setting a custom transmit message would be invalid
type: bool
config: False
- tti_msg_recv
Trail trace identifier (TTI) message received
type: str
config: False
- rdi_msg
Remote defect indication (RDI) message received
type: str
config: False
- errored_seconds
The number of seconds that at least one errored blocks occurs, at least one code violation occurs, loss of sync is detected or loss of signal is detected
type: int
range: 0..18446744073709551615
config: False
- severely_errored_seconds
The number of seconds that loss of frame is detected OR the number of errored blocks, code violations, loss of sync or loss of signal is detected exceeds a predefined threshold
type: int
range: 0..18446744073709551615
config: False
The number of seconds during which the link is unavailable
type: int
range: 0..18446744073709551615
config: False
- code_violations
For ethernet or fiberchannel links, the number of 8b/10b coding violations. For SONET/SDH, the number of BIP (bit interleaved parity) errors
type: int
range: 0..18446744073709551615
config: False
- fec_uncorrectable_words
The number words that were uncorrectable by the FEC
type: int
range: 0..18446744073709551615
config: False
- fec_corrected_bytes
The number of bytes that were corrected by the FEC
type: int
range: 0..18446744073709551615
config: False
- fec_corrected_bits
The number of bits that were corrected by the FEC
type: int
range: 0..18446744073709551615
config: False
- background_block_errors
The number of background block errors
type: int
range: 0..18446744073709551615
config: False
- pre_fec_ber
Bit error rate before forward error correction -- computed value
type:
PreFecBer
config: False
- post_fec_ber
Bit error rate after forward error correction -- computed value
type:
PostFecBer
config: False