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

Method max

lantz/drivers/ni/daqmx/base.py:1603–1610  ·  view source on GitHub ↗

Maximum value value. Set to None to reset.

(self)

Source from the content-addressed store, hash-verified

1601
1602 @Feat()
1603 def max(self):
1604 """Maximum value value.
1605
1606 Set to None to reset.
1607 """
1608 fun = self.__get_fun('Get{}Max')
1609 err, value = fun(RetValue('f64'))
1610 return value
1611
1612 @max.setter
1613 def max(self, value):

Callers 5

sensicam.pyFile · 0.45
andor.pyFile · 0.45
ccd.pyFile · 0.45
test_groupingMethod · 0.45
add_sidebar_buttonFunction · 0.45

Calls 2

RetValueClass · 0.90
__get_funMethod · 0.45

Tested by 1

test_groupingMethod · 0.36