You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be a networking issue rather than a programming issue, but it seems that we have to use tls_mode = 'off' to connect to remote LabRAD managers. ie.
This may be a networking issue rather than a programming issue, but it seems that we have to use tls_mode = 'off' to connect to remote LabRAD managers. ie.
cxn = labrad.connect('192.168.169.49',password=, tls_mode='off')
The text was updated successfully, but these errors were encountered: