Interface InterferenceLinkResult

    • Method Detail

      • getInterferenceLink

        InterferenceLink getInterferenceLink()
        Returns the configuration of this interference link
        Returns:
        interference link
      • getVictimSystemLink

        LinkResult getVictimSystemLink()
      • getVictim

        Victim getVictim()
      • getInterferingSystemLink

        LinkResult getInterferingSystemLink()
      • getRiRSSUnwantedValue

        double getRiRSSUnwantedValue()
      • setRiRSSUnwantedValue

        void setRiRSSUnwantedValue​(double riRSSUnwanted)
      • getRiRSSBlockingValue

        double getRiRSSBlockingValue()
      • setRiRSSBlockingValue

        void setRiRSSBlockingValue​(double riRSSBlocking)
      • getBlockingAttenuation

        double getBlockingAttenuation()
      • setBlockingAttenuation

        void setBlockingAttenuation​(double blockingAttenuation)
      • getRxBandwidth

        double getRxBandwidth()
      • setRxBandwidth

        void setRxBandwidth​(double rxBandwidth)
      • getVictimSystemResult

        VictimResultCollector getVictimSystemResult()
        All results collected by the victim system. This is a convenience method that returns the same as eventResult.getVictimSystemResult();
        Returns:
        all results collected by the victim system
      • getInterferingSystemResult

        InterfererResultCollector getInterferingSystemResult()
        All results collected by the interfering system of this interfering link during the simulation
        Returns:
        all results collected by this interfering system during the simulation