Debugger : Debugger Commands : PUT QUEUE Command

PUT QUEUE Command

To add an element to the “back” of a queue, use the following command:

Pdb>put QUEUE_NAME VALUE
 

The VALUE must be a legal data-item for that queue. The put command places the value at the end of the queue opposite from where the next get retrieves values. Using put and get commands in a Rational Statemate model, treats the queue as a first-in/first-out (FIFO) type of queue.