pyavs.get_avs_blocks

pyavs.get_avs_blocks(session_num: int, lower_bound: int | None = None, upper_bound: int | None = None, verbose: bool = False) ndarray[source]

Returns a list of all avs blocks in the requested session.

Parameters:
  • session_num (int) – The session number

  • lower_bound (int, optional) – The minimum block number of a session

  • upper_bound (int, optional) – The maximum block number of a session

  • verbose (bool, optional) – If True, the function will print some information

Returns:

Array of all avs blocks in the requested session

Return type:

numpy.ndarray