pyrex.AntennaSystem.setup_antenna¶
-
AntennaSystem.setup_antenna(*args, **kwargs)¶ Setup the antenna by passing along its init arguments.
Any arguments passed to this method are directly passed to the
__init__methods of theantenna’s class. This function can be overridden if desired, just make sure to assign theself.antennaattribute in the function.
