MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / _configure_client_with_args

Function _configure_client_with_args

opcua/tools.py:226–231  ·  view source on GitHub ↗
(client, args)

Source from the content-addressed store, hash-verified

224
225
226def _configure_client_with_args(client, args):
227 if args.user:
228 client.set_user(args.user)
229 if args.password:
230 client.set_password(args.password)
231 client.set_security_string(args.security)
232
233
234def uawrite():

Callers 7

uawriteFunction · 0.85
ualsFunction · 0.85
uasubscribeFunction · 0.85
uaclientFunction · 0.85
uahistoryreadFunction · 0.85
uacallFunction · 0.85
uageneratestructsFunction · 0.85

Calls 3

set_userMethod · 0.80
set_passwordMethod · 0.80
set_security_stringMethod · 0.80

Tested by

no test coverage detected