asyncSetString#

ziDAQServer.asyncSetString(self: zhinst.core.ziDAQServer, path: str, value: object) None#

Asynchronously set the value as string for a specified node.

Asynchronously means that the command is nonblocking and does not wait for the data server acknowledgement.

Warning

This command does have no error reporting at all.

Parameters:
  • path – Path string of the node.

  • value – Value of the node.