MCPcopy Create free account
hub / github.com/LabPy/lantz / __get_fun

Method __get_fun

lantz/drivers/ni/daqmx/base.py:92–93  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

90 return ret_value
91
92 def __get_fun(self, name):
93 return getattr(self.lib, name.format(self.operation_direction.title()))
94
95 def _add_types(self):
96

Callers 10

buffer_size_on_boardMethod · 0.45
buffer_sizeMethod · 0.45
maxMethod · 0.45
minMethod · 0.45
range_highMethod · 0.45
range_lowMethod · 0.45
gainMethod · 0.45
number_of_linesMethod · 0.45
auto_zero_modeMethod · 0.45
data_transfer_modeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected