-Generated on Sat Dec 28 2024 18:57:41 for AmtfDbAccess library by
+Generated on Sun Dec 29 2024 18:56:53 for AmtfDbAccess library by 1.8.17
diff --git a/AmtfDbAccess/head/index.html b/AmtfDbAccess/head/index.html
index 8636ad42cc6..c971c1def35 100644
--- a/AmtfDbAccess/head/index.html
+++ b/AmtfDbAccess/head/index.html
@@ -69,7 +69,7 @@
-Generated on Sat Dec 28 2024 18:57:41 for AmtfDbAccess library by
+Generated on Sun Dec 29 2024 18:56:53 for AmtfDbAccess library by 1.8.17
diff --git a/ChimeraTK-DeviceAccess-PythonBindings/head/html/.doctrees/deviceaccess.doctree b/ChimeraTK-DeviceAccess-PythonBindings/head/html/.doctrees/deviceaccess.doctree
index b1df467f1ed..c5191bfcc73 100644
Binary files a/ChimeraTK-DeviceAccess-PythonBindings/head/html/.doctrees/deviceaccess.doctree and b/ChimeraTK-DeviceAccess-PythonBindings/head/html/.doctrees/deviceaccess.doctree differ
diff --git a/ChimeraTK-DeviceAccess-PythonBindings/head/html/.doctrees/environment.pickle b/ChimeraTK-DeviceAccess-PythonBindings/head/html/.doctrees/environment.pickle
index 391edd8870b..0581f0ec08b 100644
Binary files a/ChimeraTK-DeviceAccess-PythonBindings/head/html/.doctrees/environment.pickle and b/ChimeraTK-DeviceAccess-PythonBindings/head/html/.doctrees/environment.pickle differ
diff --git a/ChimeraTK-DeviceAccess-PythonBindings/head/html/deviceaccess.html b/ChimeraTK-DeviceAccess-PythonBindings/head/html/deviceaccess.html
index 15047559edb..e2a4f996b38 100644
--- a/ChimeraTK-DeviceAccess-PythonBindings/head/html/deviceaccess.html
+++ b/ChimeraTK-DeviceAccess-PythonBindings/head/html/deviceaccess.html
@@ -130,7 +130,7 @@
-getOneDRegisterAccessor(userType, registerPathName: str, numberOfElements: int = 0, elementsOffset: int = 0, accessModeFlags: Optional[Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7f5bc3cecd60>]] = None) → deviceaccess.OneDRegisterAccessor[source]¶
+getOneDRegisterAccessor(userType, registerPathName: str, numberOfElements: int = 0, elementsOffset: int = 0, accessModeFlags: Optional[Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7f5e0c704d30>]] = None) → deviceaccess.OneDRegisterAccessor[source]¶
The OneDRegisterAccessor allows to read and write registers transparently by using
the accessor object like a vector of the type UserType. If needed, the conversion
@@ -198,13 +198,13 @@
-getRegisterCatalogue() → <sphinx.ext.autodoc.importer._MockObject object at 0x7f5bc28445e0>[source]¶
+getRegisterCatalogue() → <sphinx.ext.autodoc.importer._MockObject object at 0x7f5e0b2555b0>[source]¶
Return the register catalogue with detailed information on all registers.
-getScalarRegisterAccessor(userType, registerPathName: str, elementsOffset: int = 0, accessModeFlags: Optional[Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7f5bc3cecd60>]] = None) → deviceaccess.ScalarRegisterAccessor[source]¶
+getScalarRegisterAccessor(userType, registerPathName: str, elementsOffset: int = 0, accessModeFlags: Optional[Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7f5e0c704d30>]] = None) → deviceaccess.ScalarRegisterAccessor[source]¶
The ScalarRegisterObject allows to read and write registers transparently by using
the accessor object like a variable of the type UserType. If needed, the conversion
@@ -252,7 +252,7 @@
-getTwoDRegisterAccessor(userType, registerPathName: str, numberOfElements: int = 0, elementsOffset: int = 0, accessModeFlags: Optional[Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7f5bc3cecd60>]] = None) → deviceaccess.TwoDRegisterAccessor[source]¶
+getTwoDRegisterAccessor(userType, registerPathName: str, numberOfElements: int = 0, elementsOffset: int = 0, accessModeFlags: Optional[Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7f5e0c704d30>]] = None) → deviceaccess.TwoDRegisterAccessor[source]¶
This allows to read and write transparently 2-dimensional registers.
The optional arguments allow to restrict the accessor to a region of
@@ -322,7 +322,7 @@
The VoidRegisterAccessor allows to read and write registers. Getting a read
accessor is only possible with the wait_for_new_data flag. This access mode
@@ -502,14 +502,14 @@
-dataValidity() → <sphinx.ext.autodoc.importer._MockObject object at 0x7f5bc3cec790>[source]¶
+dataValidity() → <sphinx.ext.autodoc.importer._MockObject object at 0x7f5e0c704760>[source]¶
Return current validity of the data.
Will always return DataValidity.ok if the backend does not support it
-getAccessModeFlags() → Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7f5bc3cecd60>][source]¶
+getAccessModeFlags() → Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7f5e0c704d30>][source]¶
Returns the access modes flags, that
were given at the initialization of the accessor.
Examples
@@ -551,7 +551,7 @@
-getId() → <sphinx.ext.autodoc.importer._MockObject object at 0x7f5bc3d26670>[source]¶
+getId() → <sphinx.ext.autodoc.importer._MockObject object at 0x7f5e0c737640>[source]¶
Obtain unique ID for the actual implementation of this TransferElement.
This means that e.g. two instances of ScalarRegisterAccessor
created by the same call to Device.getScalarRegisterAccessor()
@@ -638,7 +638,7 @@
-getVersionNumber() → <sphinx.ext.autodoc.importer._MockObject object at 0x7f5bc2c2e0a0>[source]¶
+getVersionNumber() → <sphinx.ext.autodoc.importer._MockObject object at 0x7f5e0b63f070>[source]¶
Returns the version number that is associated with the last transfer
(i.e. last read or write). See VersionNumber for details.
The OneDRegisterAccessor allows to read and write registers transparently by using
the accessor object like a vector of the type UserType. If needed, the conversion
@@ -198,13 +198,13 @@
-getRegisterCatalogue() → <sphinx.ext.autodoc.importer._MockObject object at 0x7f6169e8a5b0>[source]¶
+getRegisterCatalogue() → <sphinx.ext.autodoc.importer._MockObject object at 0x7ffb55a015b0>[source]¶
Return the register catalogue with detailed information on all registers.
-getScalarRegisterAccessor(userType, registerPathName: str, elementsOffset: int = 0, accessModeFlags: Optional[Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7f616b330d30>]] = None) → deviceaccess.ScalarRegisterAccessor[source]¶
+getScalarRegisterAccessor(userType, registerPathName: str, elementsOffset: int = 0, accessModeFlags: Optional[Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7ffb56eafd30>]] = None) → deviceaccess.ScalarRegisterAccessor[source]¶
The ScalarRegisterObject allows to read and write registers transparently by using
the accessor object like a variable of the type UserType. If needed, the conversion
@@ -252,7 +252,7 @@
-getTwoDRegisterAccessor(userType, registerPathName: str, numberOfElements: int = 0, elementsOffset: int = 0, accessModeFlags: Optional[Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7f616b330d30>]] = None) → deviceaccess.TwoDRegisterAccessor[source]¶
+getTwoDRegisterAccessor(userType, registerPathName: str, numberOfElements: int = 0, elementsOffset: int = 0, accessModeFlags: Optional[Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7ffb56eafd30>]] = None) → deviceaccess.TwoDRegisterAccessor[source]¶
This allows to read and write transparently 2-dimensional registers.
The optional arguments allow to restrict the accessor to a region of
@@ -322,7 +322,7 @@
The VoidRegisterAccessor allows to read and write registers. Getting a read
accessor is only possible with the wait_for_new_data flag. This access mode
@@ -502,14 +502,14 @@
-dataValidity() → <sphinx.ext.autodoc.importer._MockObject object at 0x7f616b330760>[source]¶
+dataValidity() → <sphinx.ext.autodoc.importer._MockObject object at 0x7ffb56eaf760>[source]¶
Return current validity of the data.
Will always return DataValidity.ok if the backend does not support it
-getAccessModeFlags() → Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7f616b330d30>][source]¶
+getAccessModeFlags() → Sequence[<sphinx.ext.autodoc.importer._MockObject object at 0x7ffb56eafd30>][source]¶
Returns the access modes flags, that
were given at the initialization of the accessor.
Examples
@@ -551,7 +551,7 @@
-getId() → <sphinx.ext.autodoc.importer._MockObject object at 0x7f616b36c640>[source]¶
+getId() → <sphinx.ext.autodoc.importer._MockObject object at 0x7ffb56ee2640>[source]¶
Obtain unique ID for the actual implementation of this TransferElement.
This means that e.g. two instances of ScalarRegisterAccessor
created by the same call to Device.getScalarRegisterAccessor()
@@ -638,7 +638,7 @@
-getVersionNumber() → <sphinx.ext.autodoc.importer._MockObject object at 0x7f616a274070>[source]¶
+getVersionNumber() → <sphinx.ext.autodoc.importer._MockObject object at 0x7ffb55dea070>[source]¶
Returns the version number that is associated with the last transfer
(i.e. last read or write). See VersionNumber for details.