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

Method gain

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

Gain factor to apply to the channel. Set to None to reset.

(self)

Source from the content-addressed store, hash-verified

1681
1682 @Feat()
1683 def gain(self):
1684 """Gain factor to apply to the channel.
1685
1686 Set to None to reset.
1687 """
1688 fun = self.__get_fun('Get{}Gain')
1689 err, value = fun(RetValue('f64'))
1690 return value
1691
1692 @gain.setter
1693 def gain(self, value):

Callers

nothing calls this directly

Calls 2

RetValueClass · 0.90
__get_funMethod · 0.45

Tested by

no test coverage detected