Gx6062ConnectGroupToExternalCoax

Purpose

Connects the first or last group to the External Coax.

Syntax

Gx6062ConnectGroupToExternalCoax (nHandle, nGroupAOrL, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle to a GX6062 board.
nGroupAOrL
SHORT
Specified either first or last group number, group number can be 0 (GX6062_GROUP_FIRST) or 11 (GX6062_GROUP_LAST).
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

The first Group (GX6062_GROUP_FIRST) and the last group (GX6062_GROUP_LAST) have an additional really. Both relays are connected to the output connector (P61 and P62). The relays enable the first and/or last groups to be connected to an External Coax cable. This connection enables either a Daisy Chain connection to other GX6062 boards or to make a Loop Back through the Factory install a Loop Back Coax Cable.

Using the default Factory install a Loop Back Coax Cable enable a short path connection between groups, e.g. connecting group 2 and 10.

Use the Gx6062DisconnectGroupToExternalCoax function in order to disconnect a group from the External Coax.

See the Gx6062ConnectChannels and Gx6062DisconnectChannels functions for details.

The Gx6062GetChannel function can be used to retrieve the current channel state.

The Gx6062GetChannel function can be used to retrieve the current channel state.

Warning

Caution:

1. Make sure that the switching will not cause a closed loop, which may cause distortions in high frequency signals.

2. When closing a relay, verify that all other relays on the same circuit that may cause a short are disconnected (a delay may be required between switching commands). Low Impedance sources such as power supplies may cause irreversible damage to this product when shorted to other signals.

 

Example

The following example connects the last group to the External Coax:

 

SHORT nStatus;

Gx6062ConnectGroupToExternalCoax (nHandle, GX6062_GROUP_LAST, &nStatus);

 

See Also

Gx6062DisconnectGroupToExternalCoax, Gx6062ConnectChannels, Gx6062DisconnectChannels, Gx6062Open, Gx6062SetGroupRelays, Gx6062GetChannel, GxSWGetErrorString