Class SpallocAPI.CreateBoard

Enclosing interface:
SpallocAPI

public static final class SpallocAPI.CreateBoard
extends SpallocAPI.HasBoardCoords
A request for a specific board.
  • Method Details

    • triad

      public static SpallocAPI.CreateBoard triad​(int x, int y, int z)
      Create a request for a specific board.
      Parameters:
      x - The X coordinate of the board.
      y - The Y coordinate of the board.
      z - The Z coordinate of the board.
      Returns:
      Descriptor
    • physical

      public static SpallocAPI.CreateBoard physical​(int cabinet, int frame, int board)
      Create a request for a specific board.
      Parameters:
      cabinet - The cabinet number of the board.
      frame - The frame number of the board.
      board - The board number of the board.
      Returns:
      Descriptor
    • address

      public static SpallocAPI.CreateBoard address​(@IPAddress @IPAddress String ip)
      Create a request for a specific board.
      Parameters:
      ip - The network address of the board.
      Returns:
      Descriptor
    • getArea

      public int getArea()
      Description copied from class: SpallocAPI.CreateDescriptor
      Get the area. The area is the number of boards required.
      Specified by:
      getArea in class SpallocAPI.CreateDescriptor
      Returns:
      The number of boards requested by the job.