Simplified awg data mbuf handles excitation data streaming from awg to models
Loading
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
Simplified awg data mbuf works for streaming excitation data to models.
AWG data used to be in the mbuf named <model_name> along with test points, epics data and a DAQ info structure.
Data is now passed through <model_name>_awg. The entire mbuf is mapped with the AWG_DATA structure.
There's no longer any need to calculate offsets. Access code is much simpler. Expansion or configuring of the mbuf layout will be straightforward.