The R1.1.1 version introduces a feature enabling users to retrieve archived PVAccess PVs through the EPICS Archiver tool using mpvaGetArchived.
NTTables are now being archived at SLAC and need to be accessible in MATLAB. This tool allows users to get archived NTTable data for the given time range.
mpvaGetArchived takes in 3 parameters: pvname, starttime, and endtime. pvname must be a string. Starttime and endtime can be either datetime objects or strings (format: 'mm/dd/yyyy hh:mm:ss' or standard matlab date formats).
Note: The function exclusively accounts for NTTables as they are currently the only PVAccess types being archived (as of 11/14/2023). However, provisions are in place to extend support for additional types in the future.