Skip to content

Commit

Permalink
doc: update method reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Aug 31, 2023
1 parent f21c468 commit ffdf00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/introducing_v4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ made it possible to access raw readout data.

In v4, readout data continues to be accessible in the same way as before, but if the readout data generated by your program
doesn't fit a rectangular matrix, a ``RegisterMatrixConversionError`` will be raised. In this case,
you should use the ``raw_readout_data`` property to access the raw data and build the data structure you need.
you should use the ``get_raw_readout_data`` method to access the raw data and build the data structure you need.

.. warning::

Expand Down

0 comments on commit ffdf00d

Please sign in to comment.