pygrenade_vx.network.abstract.Timer

class pygrenade_vx.network.abstract.Timer

Bases: pybind11_builtins.pybind11_object

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: _pygrenade_vx_network_abstract.Timer, arg0: _pygrenade_vx_network_abstract.Timer) -> None

  2. __init__(self: _pygrenade_vx_network_abstract.Timer) -> None

Methods

__init__(*args, **kwargs)

Overloaded function.

get_last(self)

Get last execution time.

Attributes

num_periods

period

start

class Value

Bases: pybind11_builtins.pybind11_object

is_interval = False
lowest = 0
max = 18446744073709551615
min = 0
toEnum(self: _pygrenade_vx_network_abstract.Timer.Value)pyhalco_common.Enum
value(self: _pygrenade_vx_network_abstract.Timer.Value)int
get_last(self: _pygrenade_vx_network_abstract.Timer)_pygrenade_vx_network_abstract.Timer.Value

Get last execution time.

property num_periods
property period
property start