integrity property

  1. @ImcField('Signal Integrity Level', 'integrity', ImcType.typeUInt16)
int integrity

Signal Integrity value illustrates distortion of the last received acoustic signal. It is calculated based on cross-correlation measurements. Higher Signal Integrity Level values correspond to less distorted signals. An acoustic link is considered weak if the Signal Integrity Level value is less than 100.

Implementation

@ImcField('Signal Integrity Level', 'integrity', ImcType.typeUInt16)
int get integrity;