Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_board
Method · 0.45
buffer_size
Method · 0.45
max
Method · 0.45
min
Method · 0.45
range_high
Method · 0.45
range_low
Method · 0.45
gain
Method · 0.45
number_of_lines
Method · 0.45
auto_zero_mode
Method · 0.45
data_transfer_mode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected