Commit 965bfd00 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Adds vmn_offset

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -762,6 +762,7 @@ class OhmPi(object):
self.mcp_board_address = OHMPI_CONFIG['mcp_board_address']
self.exec_logger.debug(f'OHMPI_CONFIG = {str(OHMPI_CONFIG)}')
self.i2c_mux_address = OHMPI_CONFIG['i2c_mux_address']
self.vmn_offset = OHMPI_CONFIG['vmn_offset']
def read_quad(self, **kwargs):
warnings.warn('This function is deprecated. Use load_sequence instead.', DeprecationWarning)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment