ar_bypass_wrap_test

short ar_bypass_wrap_test (short board, short bypass);

Purpose

This function defines whether or not to bypass the internal wrap test during board initialization.  By default, the internal wrap test is not executed as part of the initialization procedure invoked within ar_open.

Parameters

Input

Name

Type

Description

board

short

(input) Device Number for the referenced board, (valid range is 0-127).

bypass

short

(input) internal wrap execution flag, with valid values of:
    AR_ON  (7) bypass internal wrap test
    AR_OFF (8) execute internal wrap test

If bypass is not set to one of the options above, the internal wrap execution flag will default to bypass the invocation of the internal wrap test during execution within ar_open.

Return Value

Name

Type

Description

status

short

status of the function call, with valid values of:
ARS_NORMAL      Success.
ARS_INVBOARD   The board parameter value was invalid.

References

Initialization Functions
Alphabetical Function Index
Hierarchical Function Index

CEI-x30 API Description