Category
Function
Receives an object from a Transmitter.
Syntax
Available only through the user interface.
Outputs
Name | Type | Description |
---|---|---|
object | object | the object received |
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
Many of the example visual programs use receivers and transmitters, including:
AlternateVisualizations.net Imide_potential.net
See Also Transmitter
[ OpenDX Home at IBM | OpenDX.org ]