pydistsim.network.sensor.AoASensor
- class AoASensor[source]
Provides azimuth between node and its neighbors.
This sensor calculates the azimuth angle between a node and its neighbors in a network. It uses the position and orientation information of the nodes to calculate the azimuth angle.
- __init__()
Methods
__init__([dict_args, scale, pf])name()Get the name of the Sensor class.
read(node)Reads the azimuth angle between a node and its neighbors.