set_interferer#
- InteractionDomain.set_interferer(radio: str | RadioNode = '', band: str | Band = '', freq: float = -1, units: str = 'Hz')#
Set a single interferer radio name, band name, and channel frequency. This overwrites any existing interferer configuration.
- Parameters:
- radio
str|RadioNode Name of the interferer radio as a string or a RadioNode object.
- band
str|Band,optional Name of the interferer band as a string or a Band object. Default is
"".- freq
float,optional Channel frequency of the interferer. Default is
-1(no channel constraint).- units
str,optional Units of the channel frequency. Default is
"Hz".
- radio
- Returns: