Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

timeout for connexion #45

@guillthub

Description

@guillthub

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions