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:- The user should be able to define a new operation given a set of basic operations.
- The new operation should be valid and added to the set of operations.
- The latency of an operation should be defined so that the time from input to output is returned.
- The latency of all operations of a specific type should be able to be modified through the code interface (Python).
None
Edited by Jacob Wahlman