-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels