- Note
- write_len includes the opcode (address) itself, so a 1-byte value like PixelMode has write_len 2, and a 24-bit value like Integration Time has write_len 4.
◆ __init__()
| wasatch.SPIDevice.CommandTuple.__init__ |
( |
| self, |
|
|
| address, |
|
|
| value, |
|
|
| write_len, |
|
|
| name ) |
◆ __str__()
| wasatch.SPIDevice.CommandTuple.__str__ |
( |
| self | ) |
|
◆ address
| wasatch.SPIDevice.CommandTuple.address = address |
◆ name
| wasatch.SPIDevice.CommandTuple.name = name |
◆ value
| wasatch.SPIDevice.CommandTuple.value = value |
◆ write_len
| wasatch.SPIDevice.CommandTuple.write_len = write_len |
The documentation for this class was generated from the following file: