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

timeout for connexion #45

Open
guillthub opened this issue Aug 24, 2022 · 0 comments
Open

timeout for connexion #45

guillthub opened this issue Aug 24, 2022 · 0 comments

Comments

@guillthub
Copy link

Hello!
I recently upgraded my version of vix11.py 0.8.1 => 0.9 and I no longer find my "instrument_timeout" and "connection_timeout" parameters during initialization:

instr=vxi11.Instrument(LecroyIP) 
instr.__init__(LecroyIP, instrument_timeout=5, connection_timeout=7)
#v0.8.1

I found "instrument_timeout" with:

instr=vxi11.Instrument(LecroyIP) 
instr.timeout=5 (s)

But I struggle a bit to find the "connection_timeout" that I used when my LECROY oscilloscopes are turned off or disconnected from the network.
I think it's not much but I just spent two mornings there lol
Have a nice day and thank you for your answers.
Guillaume

@guillthub guillthub changed the title timeout for instrument timeout for connexion Aug 24, 2022
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

1 participant