GF1to3Demux is part of the WaveTrain system class library.
This component was written to take a stream of Grids and demultiplex them onto three separate outputs for a temporally multiplexed SRI.
|
|
Parameters
|
| startTime |  float | The amount of time to wait before starting acqusition | 0.0 |
| interval |  float | The time between samples. | 0.001 |
|
Inputs
|
| input |  Grid<float> | Input Grids. | Grid() |
|
Outputs
|
| out1 |  Grid<float> | First GF | Grid() |
| out2 |  Grid<float> | Second GF | Grid() |
| out3 |  Grid<float> | Third GF | Grid() |
|
Subsystems |
|
|
|
|
Last Saved: Tue Sep 20 13:20:41 MDT 2005 by TVE version 2009B
|
|