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

uncontinuous channels sequence and xlx file #25

Open
Cdriko opened this issue Apr 3, 2023 · 1 comment
Open

uncontinuous channels sequence and xlx file #25

Cdriko opened this issue Apr 3, 2023 · 1 comment

Comments

@Cdriko
Copy link
Contributor

Cdriko commented Apr 3, 2023

Hello
My VSP-300 as the channel number 1 out of order. We removed it to send it for fix.

Unfortunaly the lib use the method "NumberOfChannels" to populate a list at connection, to initialise channels.
Because the channel number 1 is not here (so there are 5 channels) The connection fail.

I wonder if it's possible to give the exect list of active channels in the mysterious XLX file that you tlk about.
In the documentation you talk about :

"+ connect( bin_file, xlx_file ): Connects to the device, loading the bin and xlx file if provided."

wath is the content of this xlx file ?

thnaks

@bicarlsen
Copy link
Owner

Unfortunately I don't know the details of how this works, and just ported the library over. If you play around with it though and find something interesting, I would welcome a PR for the code or documentation to help others with a similar issue in the future.

You may want to look at the BiologicDevice.set_channel_configuration method, or perhaps just not loading a technique on that channel would suffice.

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

No branches or pull requests

2 participants