Skip to content

Create Custom Operation

Description of issue:

The user should be able to create their operation based on already existing operations. This should essentially return a system with input that return output based on a transition function. Operations should have a latency that defines how long it takes to get output from that a input is given. The latency should also be able to be modified.

Linked Requirements:

( 8 )

Potential Issues:

None

Blockers:

( #1 (closed) )

Issue Requirements:
  1. The user should be able to define a new operation given a set of basic operations.
  2. The new operation should be valid and added to the set of operations.
  3. The latency of an operation should be defined so that the time from input to output is returned.
  4. The latency of all operations of a specific type should be able to be modified through the code interface (Python).
Comment:

None

Edited by Jacob Wahlman