mahos.msgs.sweeper_msgs.SweeperData#
- class mahos.msgs.sweeper_msgs.SweeperData(params: dict | None = None)#
Data class for Sweeper measurement.
- __init__(params: dict | None = None)#
Methods
__init__([params])get_image([last_n])Get 2D array history data (x-axis vs sweeps).
get_xdata()Get X-axis data for 2D plot.
get_ydata([last_n])Get Y-axis data for 2D plot.
has_data()Return True if data is ready and valid data could be read out.
init_axes()Initialize axis labels and units from params.
sweeps()Get number of sweeps done.