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:
- radio
str|RadioNode Name of the receiver radio as a string or a RadioNode object.
- band
str|Band,optional Name of the receiver band as a string or a Band object. Default is
"".- freq
float,optional Channel frequency of the receiver. Default is
-1(no channel constraint).- units
str,optional Units of the channel frequency. Default is
"Hz".
- radio
- Returns: