RuntimeType

class wpilib.RuntimeType(value: SupportsInt | SupportsIndex)

Bases: pybind11_object

Runtime type.

Members:

SYSTEMCORE : Systemcore runtime.

SIMULATION : Simulation runtime.

SIMULATION = <RuntimeType.SIMULATION: 1>
SYSTEMCORE = <RuntimeType.SYSTEMCORE: 0>
RuntimeType.name -> str
property value