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:
radiostr | RadioNode

Name of the interferer radio as a string or a RadioNode object.

bandstr | Band, optional

Name of the interferer band as a string or a Band object. Default is "".

freqfloat, optional

Channel frequency of the interferer. Default is -1 (no channel constraint).

unitsstr, optional

Units of the channel frequency. Default is "Hz".

Returns:
None