![]() |
![]() |
![]() |
![]() |
DVswitch
Synopsis
select one output from a series of inputs
module DVswitch {
group+IPort2 &in[];
int+IPort2 index;
olink+nres out=>in[index];
};Description
DVswitch creates a new output that is selected by the user from any number or type of inputs.
Input
Output
Example
File
See also
![]() |
![]() |
![]() |
![]() |