set_receiver#

InteractionDomain.set_receiver(radio: str | RadioNode = '', band: str | Band = '', freq: float = -1, units: str = 'Hz')#

Set the receiver radio, band, and channel frequency.

Parameters:
radiostr | RadioNode

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

bandstr | Band, optional

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

freqfloat, optional

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

unitsstr, optional

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

Returns:
None