tglite.TBlock.next_block

TBlock.next_block(include_dst=False, use_dst_times=False) TBlock

Generates the next TBlock with neighbor information.

Parameters:
  • include_dst (bool) – Whether to include current TBlocks’s destination nodes in the next TBlock.

  • use_dst_times (bool) – True when using timestamps of current TBlock’s destination nodes as timestamps of next TBlock’s destination nodes, False when using edges’ timestamps.