Returns a bleed relay's state.
Gx6188BleedRelayGetState (nHandle, nSelectorBus, pnState, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX6188 board. |
nSelectorBus |
SHORT |
Selector Bus numbers are:0. GX6188_SELECTOR_BUS_A1. GX6188_SELECTOR_BUS_B2. GX6188_SELECTOR_BUS_C3. GX6188_SELECTOR_BUS_D4. GX6188_SELECTOR_BUS_E5. GX6188_SELECTOR_BUS_F6. GX6188_SELECTOR_BUS_G7. GX6188_SELECTOR_BUS_H |
pnState |
PSHORT |
Returns the state of a matrix relay:0. GX6188_RELAY_OPEN1. GX6188_RELAY_CLOSED |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
Each Selector Bus has a bleed relay that can be used to bleed the path when making a new connection.
The following returns the state of the Selector Bus A bleed relay:
Gx6188BleedRelayGetState (nHandle, GX6188_SELECTOR_BUS_A, &nState, &nStatus);
Gx6188BleedRelayClose, Gx6188BleedRelayOpen, GxSWGetErrorString