PXI-2555 Overview
- Updated2023-02-18
- 2 minute(s) read
PXI-2555 Overview
PXI-2555 Pinout
Signal | Description |
---|---|
CHx | Signal connection with optional termination |
COM | Routing destination for all channels with optional termination |
PXI-2555 Hardware Diagram
This figure shows the hardware diagram of the module.
PXI-2555 Topology
This figure describes the topology of the module.
Module software name: 2555/4x1 Terminated Mux (NISWITCH_TOPOLOGY_2555_4X1_TERMINATED_MUX)
4x1 Multiplexer
Making a Connection
Call the niSwitch Connect Channels VI or the niSwitch_Connect function to connect channels in this topology. If applicable, you must call the niSwitch Disconnect Channels VI or the niSwitch_Disconnect function to disconnect an existing connection before you call the niSwitch Connect Channels VI or the niSwitch_Connect function.
The following sequence of tasks illustrates the VI/function calls necessary to make consecutive connections—one between CH 1 and COM and the other between CH 2 and COM:
- Call the niSwitch Connect Channels VI or the niSwitch_Connect function with parameters ch1 and com.
- Call the niSwitch Disconnect Channels VI or the niSwitch_Disconnect function with parameters ch1 and com.
- Call the niSwitch Connect Channels VI or the niSwitch_Connect function with parameters ch2 and com.
When scanning the module, a typical scan list entry might be ch1->com;. This entry routes the signal connected to CH 1 to COM.