You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do I need to implement the IExclusionTable interface? For the the Exactive series it is a different method signature ITable table; ITableRow row; table = instrument.Control.Methods.LoadTable(methodPath, 1, typeof(IExclusionTable));
The text was updated successfully, but these errors were encountered:
Tables aren't supported for the Fusion series at present (but should be working for the Exactive series). We're looking into adding this support for the next Tune release.
ITable table; ITableRow row; table = instrument.Control.Methods.CreateTable(typeof(IExclusionTable));
returns 'not yet implemented'
Do I need to implement the IExclusionTable interface? For the the Exactive series it is a different method signature
ITable table; ITableRow row; table = instrument.Control.Methods.LoadTable(methodPath, 1, typeof(IExclusionTable));
The text was updated successfully, but these errors were encountered: