pygrenade_vx.signal_flow.OutputData

class pygrenade_vx.signal_flow.OutputData

Bases: _pygrenade_vx_signal_flow.Data

__init__(self: _pygrenade_vx_signal_flow.OutputData)None

Methods

__init__(self)

batch_size(self)

Get number of elements in each batch of data.

clear(self)

Clear content of map.

empty(self)

Get whether the map does not contain any elements.

merge(self, other)

Merge other map content into this one’s.

valid(self)

Check that all map entries feature the same batch_size value.

Attributes

execution_health_info

execution_time_info

pre_execution_chips

read_ppu_symbols

batch_size(self: _pygrenade_vx_signal_flow.OutputData)int

Get number of elements in each batch of data.

clear(self: _pygrenade_vx_signal_flow.OutputData)None

Clear content of map.

empty(self: _pygrenade_vx_signal_flow.OutputData)bool

Get whether the map does not contain any elements.

property execution_health_info
property execution_time_info
merge(self: _pygrenade_vx_signal_flow.OutputData, other: _pygrenade_vx_signal_flow.OutputData)None

Merge other map content into this one’s.

property pre_execution_chips
property read_ppu_symbols
valid(self: _pygrenade_vx_signal_flow.OutputData)bool

Check that all map entries feature the same batch_size value.