Hpe5250a_connruleseq – Agilent Technologies Agilent E5250A User Manual

Page 243

Advertising
background image

Agilent E5250A User’s Guide, Edition 11

8-19

VXIplug&play Driver

Driver Functions

hpe5250a_connRuleSeq

The function sets connection rule and connection sequence for the specified card.

Syntax

ViStatus _VI_FUNC hpe5250a_connRuleSeq(ViSession vi,
ViInt16 cardno_ruleseq, ViInt16 rule, ViInt16 sequence);

Parameters

vi

Instrument handle returned from hpe5250a_init( ).

cardno_ruleseq

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.

rule

Connection rule. 0 (free route) or 1 (single route).

sequence

Connection sequence. 0, 1, or 2. See below.

0 (no sequence)

1 (break before make)

2 (make before break)

Advertising