PortType

class iadpython.sphere.PortType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: Enum

Possible sphere wall locations.

Attributes Summary

DETECTOR

SAMPLE

THIRD

WALL

Attributes Documentation

DETECTOR = 2
SAMPLE = 1
THIRD = 3
WALL = 0