RoutingConfig#

class zeroheliumkit.src.supercore.RoutingConfig(radius: float = 50, num_segments: int = 13)[source]#

Bases: object

Represents 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

radius

The radius of the routing.

num_segments

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.