Connect¶
Most interactions with the XRA-31 start with a connect()
call, which returns a Client
.
Using this context-manager from a with
statement ensures full access mode
is automatically revoked, no matter how the script ends.
Most interactions with the XRA-31 start with a connect()
call, which returns a Client
.
Using this context-manager from a with
statement ensures full access mode
is automatically revoked, no matter how the script ends.