SetBusSignal

This block sends output bus signals to a corresponding GetBusSignal block by connecting the bus ports of the blocks without using a link. A single SetBusSignal block can send bus signals to multiple GetBusSignal blocks, but a GetBusSignal block can receive bus signals from only one SetBusSignal block.

    SetBusSignal

Library

BusOperations

Description

The SetBusSignal block is used to connect bus ports from a block to another without connecting them physically. It is used with a GetBusSignal block. A simple SetBusSignal block can send data to multiple GetBusSignal blocks, although a GetBusSignal can receive data from only one SetBusSignal. SetBusSignal transports its input data to its corresponding GetBusSignal block.

The "Bus Signal Scope" parameter defines the scope in which the implicit signal is defined. For more information, please refer to the GetSignal block.

Parameters

SetBusSignal_0

NameLabelDescriptionData TypeValid Values

tag

Bus signal name

The name of the Bus Signal.

String

tagvis

Bus signal scope

The scope of the Bus Signal.

String

'Local'
'Scoped'
'Global'

Ports

NameTypeDescriptionIO TypeNumber

Port 1

bus

input

1

See Also