VXIplug&play Driver

Driver Functions

hpe5250a_couplePort

This function sets the couple ports which are used for making kelvin connections on the specified card. The specified input port number will be coupled with the next input port and two output ports. For each card, you may setup the same or different couple ports. This command overwrites the previous couple port setting for the card. This command applies only to the E5252A card.

The couple port mode is controlled by the hpe5250a_coupleState function.

Syntax

ViStatus _VI_FUNC hpe5250a_couplePort(ViSession vi,

 

ViInt16 coupleport_cardno, ViInt16 port1, ViInt16 port3, ViInt16 port5,

 

ViInt16 port7, ViInt16 port9);

Parameters

vi

Instrument handle returned from hpe5250a_init( ).

 

coupleport_cardn

 

 

o

Card number. 1 (card 1), 2 (card 2), 3 (card 3), 4 (card 4), or 5

 

 

(all card) in the normal configuration mode, or 0 (all card in the

 

 

automatic configuration mode). For the configuration mode, see

 

 

hpe5250a_func.

 

port1

Couple port by the input ports 1 and 2.

 

 

0 (disable) or 1 (enable).

 

port3

Couple port by the input ports 3 and 4.

 

 

0 (disable) or 1 (enable).

 

port5

Couple port by the input ports 5 and 6.

 

 

0 (disable) or 1 (enable).

 

port7

Couple port by the input ports 7 and 8.

 

 

0 (disable) or 1 (enable).

 

port9

Couple port by the input ports 9 and 10.

 

 

0 (disable) or 1 (enable).

8-20

Agilent E5250A User’s Guide, Edition 9

Page 244
Image 244
Agilent Technologies Agilent E5250A manual Hpe5250acouplePort