Full Library / Resource / Channel and Pipeline / Pipeline_Basic
Block Name: Pipeline_Basic
Code File Location: VisualSim/Actor/lib/Pipeline_Basic
Block Overview
o Operate as a pipeline of events with fixed delays between the events.
Description
- The Pipeline block transfers an incoming Data Structure to the four outputs after the listed delays in the Delay_to_Port parameter for each port. The delays for each port are independent of the others and start from the time that the data structure arrives on the input port.
output1
public DEIOPort output1
- Output port 1, This port outputs the incoming Data Structure after the delay specified in the 'Delay_to_Port_1' parameter. The type depends on the input.
output2
public DEIOPort output2
- Output port 2, This port outputs the incoming Data Structure after the delay specified in the 'Delay_to_Port_2' parameter. The type depends on the input.
output3
public DEIOPort output3
- Output port 3, This port outputs the incoming Data Structure after the delay specified in the 'Delay_to_Port_3' parameter. The type depends on the input.
output4
public DEIOPort output4
- Output port 4, This port outputs the incoming Data Structure after the delay specified in the 'Delay_to_Port_4' parameter. The type depends on the input.
Delay_to_Port_1
public Parameter Delay_to_Port_1
- Parameter, Delay_to_Port_1. This is the delay from the start of the simulation before the Data Structure is placed on the output1. The type is double.
Delay_to_Port_2
public Parameter Delay_to_Port_2
- Parameter, Delay_to_Port_2. This is the delay from the start of the simulation before the Data Structure is placed on the output2. The type is double.
Delay_to_Port_3
public Parameter Delay_to_Port_3
- Parameter, Delay_to_Port_3. This is the delay from the start of the simulation before the Data Structure is placed on the output3. The type is double.
Delay_to_Port_4
public Parameter Delay_to_Port_4
- Parameter, Delay_to_Port_4. This is the delay from the start of the simulation before the Data Structure is placed on the output4. The type is double.
Created with the Personal Edition of HelpNDoc: Single source CHM, PDF, DOC and HTML Help creation