Skip to content

Commit

Permalink
default for cabinet and frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Aug 1, 2023
1 parent 937e84b commit ac3ab52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spinnman/transceiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,8 @@ def _power(self, power_command, boards=0, cabinet=0, frame=0):
if not self._machine_off:
time.sleep(BMP_POST_POWER_ON_SLEEP_TIME)

def read_fpga_register(self, fpga_num, register, cabinet, frame, board):
def read_fpga_register(
self, fpga_num, register, cabinet=0, frame=0, board=0):
"""
Read a register on a FPGA of a board. The meaning of the
register's contents will depend on the FPGA's configuration.
Expand Down

0 comments on commit ac3ab52

Please sign in to comment.