The following example shows three streams configured for Continuous, Burst, and Multi-burst traffic.
-image::images/stl_streams_example_02.png[title="Multiple stream example",align="left",width={p_width}, link="images/stl_streams_example_02.png"]
+image::images/stl_streams_example_02.png[title="Example of multiple streams",align="left",width={p_width}, link="images/stl_streams_example_02.png"]
==== High level functionality - near future
<2> Loop count.
<3> Input pcap file.
-image::images/stl_tut_pcap_file1.png[title="pcap file",align="left",width={p_width/2}, link="images/stl_tut_pcap_file1.png"]
+image::images/stl_loop_count_01.png[title="Streams, loop_count",align="left",width={p_width/2}, link="images/stl_loop_count_01.png"]
-This figure shows the streams for a pcap file with 3 packets.
+The figure shows the streams for a pcap file with 3 packets, with a loop configured.
* Each stream is configured to Burst mode, with 1 packet
* Each stream triggers the next stream.
*Example 1*::
-Here, STLVmWrMaskFlowVar casts a stream variable with 2 bytes to be 1 byte.
+In this example, STLVmWrMaskFlowVar casts a stream variable with 2 bytes to be 1 byte.
[source,python]
----
*Example 2*::
-Here, STLVmWrMaskFlowVar shifts a variable by 8, which effectively multiplies by 256.
+In this example, STLVmWrMaskFlowVar shifts a variable by 8, which effectively multiplies by 256.
[source,python]
----
*Example 3*::
-Here, STLVmWrMaskFlowVar instruction to generate the values shown in the table below as offset values for `pkt_offset`.
+In this example, STLVmWrMaskFlowVar instruction to generate the values shown in the table below as offset values for `pkt_offset`.
[source,python]
----