set# ConnectionDict.set(path: Union[str, List[Tuple[str, Any]]], value: Optional[Any] = None, **kwargs) → None[source]# Mirrors the behavior of zhinst.core set command. Parameters: path (Union[str, List[Tuple[str, Any]]]) – value (Optional[Any]) – Return type: None