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
Returns an object that has all the metrology API functions on it.
40
+
Parameters
41
+
----------
42
+
api_version: str or None
43
+
string representing the version of the metrology API specification to be returned. If it is ``None``, it should return the namespace corresponding to latest version of the metrology API specification. If the given version is invalid or not implemented for the given module, an error should be raised. Default: ``None``.
44
+
Returns
45
+
-------
46
+
out: Any
47
+
an object representing the metrology API namespace. It should have every top-level function defined in the specification as an attribute. It may contain other public names as well, but it is recommended to only include those names that are part of the specification.
Returns an object that has all the metrology API functions on it.
68
+
Parameters
69
+
----------
70
+
api_version: str or None
71
+
string representing the version of the metrology API specification to be returned. If it is ``None``, it should return the namespace corresponding to latest version of the metrology API specification. If the given version is invalid or not implemented for the given module, an error should be raised. Default: ``None``.
72
+
Returns
73
+
-------
74
+
out: Any
75
+
an object representing the metrology API namespace. It should have every top-level function defined in the specification as an attribute. It may contain other public names as well, but it is recommended to only include those names that are part of the specification.
Returns an object that has all the metrology API functions on it.
97
+
Parameters
98
+
----------
99
+
api_version: str or None
100
+
string representing the version of the metrology API specification to be returned. If it is ``None``, it should return the namespace corresponding to latest version of the metrology API specification. If the given version is invalid or not implemented for the given module, an error should be raised. Default: ``None``.
101
+
Returns
102
+
-------
103
+
out: Any
104
+
an object representing the metrology API namespace. It should have every top-level function defined in the specification as an attribute. It may contain other public names as well, but it is recommended to only include those names that are part of the specification.
0 commit comments