Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fusion iAPI inclusion/exclusion list not yet implemented #26

Open
im281 opened this issue Jan 3, 2021 · 3 comments
Open

Fusion iAPI inclusion/exclusion list not yet implemented #26

im281 opened this issue Jan 3, 2021 · 3 comments

Comments

@im281
Copy link

im281 commented Jan 3, 2021

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

@jesse-canterbury
Copy link
Contributor

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.

@nbollis
Copy link

nbollis commented Jul 6, 2022

Hello, we're wondering if implementing the inclusion/exclusion list is still in the works?

@jesse-canterbury
Copy link
Contributor

In the works, yes. But unfortunately I can't give you a firm timeline, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants