Connection functions

Use the following functions to make connections:

Function

Description

swiDisableOutput

Resets specified switch block outputs to their idle state.

swiGetOutputState

Retrieves the state of specified switch block outputs.

swiMakeConnection

Connects inputs to outputs.

swiMakeFramedConnection

Connects inputs to outputs with identical throughput delay for all connections.

swiResetSwitch

Resets the entire switch block to the idle state.

swiSampleInput

Retrieves the current datum values present on specified switch block inputs.

swiSendPattern

Asserts fixed patterns on specified switch block outputs.


All functions in the Switching service are synchronous.

Refer to Disabling output and Making connections for more information.