Interface BitErrorRateState

    • Method Detail

      • getPreFecBer

        java.util.Optional<java.lang.Double> getPreFecBer​(DeviceId deviceId,
                                                          PortNumber port)
        Get the BER value pre FEC.
        Parameters:
        deviceId - the device identifier
        port - the port identifier
        Returns:
        the decimal value of BER
      • getPostFecBer

        java.util.Optional<java.lang.Double> getPostFecBer​(DeviceId deviceId,
                                                           PortNumber port)
        Get the BER value post FEC.
        Parameters:
        deviceId - the device identifier
        port - the port identifier
        Returns:
        the decimal value of BER