Interface Component: PortChannelConfig ()

Description:

This is a special port used exclusively by Multi-Channel Field. There is one such port for each channel of a multi-channel field. Derived from connection, this port manages the link to the actual channel object. In addition, it provides two text fields allowing the user to define a data range used for mapping the channel data to gray values. The channel's colormap can be set using the colormap port. This port is not available for script objects.

Commands:

Inherits all commands of Connection.

getMinValue
Returns the lower value of the channel's data window.

setMinValue <value>
Sets the lower value of the channel's data window.

getMaxValue
Returns the upper value of the channel's data window.

setMaxValue <value>
Sets the upper value of the channel's data window.

getColor
Returns the channel's color as an RGB tuple of floating point values. (obsolete)

setColor <color>
Sets the channel's color. The color can be specified either as a tuple of three RGB integer values in the range 0...255, or as a tuple of three RGB floating point values in the range 0...1, or as a text string (e.g., blue or red). (obsolete)