Category
Function
Transmits an object to a Receiver.
Syntax
Available only through the user interface.
Inputs
Name | Type | Default | Description |
---|---|---|---|
object | object | none | object transmitted |
Functional Details
To maintain the modularity and readability of large programs, Data Explorer provides two tools that allow connections between input and output tabs of separate modules without the use of a visible connecting line. These tools, Transmitter and Receiver, allow you to separate visual programs into logical blocks. For example, the output of several logical blocks can be transmitted to another block that receives them, collects them, and produces an image.
Receivers and Transmitters can also be used to communicate information between pages in the Visual Program Editor (see "Creating pages in the VPE" in IBM Visualization Data Explorer User's Guide). Pages are a valuable way of structuring complex visual programs into logical blocks.
Note: Macros provide another way of structuring visual programs in logical blocks (see 7.2 , "Creating and Using Macros" in IBM Visualization Data Explorer User's Guide).
To remotely connect input and output tabs:
The Transmitter and Receiver are now connected.
The Receiver automatically assumes the same name as the Transmitter. More than one Receiver can be connected to a single Transmitter and they assume the same name until a new Transmitter is placed on the VPE canvas.
Notes:
Example Visual Programs
Receivers and transmitters are used by many of the example visual programs, including:
AlternateVisualizations.net Imide_potential.net
See Also
[ OpenDX Home at IBM | OpenDX.org ]