Class CreateJob.SpecificBoard
java.lang.Object
uk.ac.manchester.spinnaker.alloc.client.CreateJob.SpecificBoard
- Enclosing class:
- CreateJob
Used when asking for a specific board.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBoard()
getFrame()
getX()
getY()
getZ()
void
setAddress
(String address) void
void
setCabinet
(Integer cabinet) void
void
void
void
-
Constructor Details
-
SpecificBoard
public SpecificBoard()Make an untargeted instance. You must set either the triad triple (x, y, z), the physical triple (cabinet, frame, board) or the IP address to use this object.
-
-
Method Details
-
getX
- Returns:
- The triad X coordinate.
-
setX
- Parameters:
x
- The triad X coordinate.
-
getY
- Returns:
- The triad Y coordinate.
-
setY
- Parameters:
y
- The triad Y coordinate.
-
getZ
- Returns:
- The triad Z coordinate.
-
setZ
- Parameters:
z
- The triad Z coordinate.
-
getCabinet
- Returns:
- The cabinet number.
-
setCabinet
- Parameters:
cabinet
- The cabinet number.
-
getFrame
- Returns:
- The frame number.
-
setFrame
- Parameters:
frame
- The frame number.
-
getBoard
- Returns:
- The board number.
-
setBoard
- Parameters:
board
- The board number.
-
getAddress
- Returns:
- The board IP address.
-
setAddress
- Parameters:
address
- The board IP address.
-