Array Registers¶
-
class
nifpga.session._ArrayRegister(session, nifpga, bitfile_register, base_address_on_device)[source]¶ Bases:
nifpga.session._Register_ArryRegister is a private class that inherits from _Register with additional interfaces unique to the logic of array controls and indicators.
-
__len__()[source]¶ Returns the length of the array.
Returns: The number of elements in the array. Return type: (int)
-
datatype¶ Property of a register that returns the datatype of the control or indicator.
-
name¶ Property of a register that returns the name of the control or indicator.
-