connector_3_output connector_3_output Icon

Connectors.connector_3_output

connector_3_output

A connector type with three real-valued output signals.

Variables

  • u1: First real output signal
  • u2: Second real output signal
  • u3: Third real output signal

Description

This connector bundles three real-valued output signals together, allowing them to be connected as a single unit in block diagrams.

Usage

PrimitiveComponents.Connectors.connector_3_output()

Source

"""
    connector_3_output

A connector type with three real-valued output signals.

# Variables
- `u1`: First real output signal
- `u2`: Second real output signal
- `u3`: Third real output signal

# Description
This connector bundles three real-valued output signals together,
allowing them to be connected as a single unit in block diagrams.
"""
connector connector_3_output
  output u1::Real
  output u2::Real
  output u3::Real
metadata {"Dyad": {"icons": {"default": "dyad://PrimitiveComponents/BusOutput.svg"}}}
end
  • Examples
  • Experiments
  • Analyses
  • Tests