Gx6192/Gx6256/Gx6864BleedRelayClose

Purpose

Closes the bleed relay for a specified mux group

Syntax

Gx6256BleedRelayClose (nHandle, nMuxGroup, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle to a GX6256/GX6864/GX6192 board.
nMuxGroup
SHORT
Mux Group numbers are:
0.      GX6256_GROUP_A
1.      GX6256_GROUP_B
2.      GX6256_GROUP_C
3.      GX6256_GROUP_D
4.      GX6256_GROUP_E
5.      GX6256_GROUP_F
6.      GX6256_GROUP_G
7.      GX6256_GROUP_H
8.      GX6256_GROUP_I
9.      GX6256_GROUP_J
10.   GX6256_GROUP_K
11.   GX6256_GROUP_L
12.   GX6256_GROUP_M
13.   GX6256_GROUP_N
14.   GX6256_GROUP_O
15.  GX6256_GROUP_P
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

Each mux group has a bleed relay that can be used to bleed the path when making a new connection.

Example

The following example closes the mux group A bleed relay:

 

Gx6256BleedRelayClose (nHandle, GX6256_GROUP_A, &nStatus);

 

See Also

Gx6192/Gx6256/Gx6864BleedRelayGetState, Gx6192/Gx6256/Gx6864BleedRelayOpen, GxSWGetErrorString