disable_everything#

disable_everything(daq: ziDAQServer, device: str) List[Tuple[str, int]][source]#

Put the device in a known base configuration.

disable all extended functionality; disable all streaming nodes.

Parameters:
  • daq (ziDAQServer) – An instance of the ziPython.ziDAQServer class (representing an API session connected to a Data Server).

  • device (str) – The device ID specifying where to load the settings, e.g., ‘dev123’.

Returns:

A list of lists as provided to ziDAQServer’s set() command. Each sub-list forms a nodepath, value pair. This is a list of nodes configured by the function and may be reused.

Return type:

List[Tuple[str, int]]

Warning

This function is intended as a helper function for the API’s examples and it’s signature or implementation may change in future releases.