RoutingConfig#
- class zeroheliumkit.src.supercore.RoutingConfig(radius: float = 50, num_segments: int = 13)[source]#
Bases:
objectRepresents the configuration for routing.
- Parameters:
radius (float, optional) – The radius of the routing. Defaults to 50.
num_segments (int, optional) – The number of segments in the routing. Defaults to 13.
Methods
Attributes
The radius of the routing.
The number of segments in the routing.
- radius: float#
The radius of the routing. Defaults to 50.
- num_segments: int#
The number of segments in the routing. Defaults to 13.