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));