pygrenade_vx.network.abstract.ClockCycleTimeDomainRuntimes
-
class
pygrenade_vx.network.abstract.ClockCycleTimeDomainRuntimes Bases:
pygrenade_common.TimeDomainRuntimes-
__init__(*args, **kwargs) Overloaded function.
__init__(self: _pygrenade_vx_network_abstract.ClockCycleTimeDomainRuntimes, values: list[Optional[_pygrenade_vx_common.Time]], inter_batch_entry_wait: _pygrenade_vx_common.Time, inter_batch_entry_routing_disabled: bool = True) -> None
__init__(self: _pygrenade_vx_network_abstract.ClockCycleTimeDomainRuntimes, arg0: _pygrenade_vx_network_abstract.ClockCycleTimeDomainRuntimes) -> None
Methods
__init__(*args, **kwargs)Overloaded function.
batch_size(self)copy(self)move(self)Attributes
-
batch_size(self: _pygrenade_vx_network_abstract.ClockCycleTimeDomainRuntimes) → int
-
copy(self: _pygrenade_vx_network_abstract.ClockCycleTimeDomainRuntimes) → pygrenade_common.TimeDomainRuntimes
-
property
inter_batch_entry_routing_disabled
-
property
inter_batch_entry_wait
-
move(self: _pygrenade_vx_network_abstract.ClockCycleTimeDomainRuntimes) → pygrenade_common.TimeDomainRuntimes
-
property
values
-