Adac get expansion panel gain structure – Measurement Computing ADAC-LVi User Manual

Page 186

Advertising
background image

Chapter 2 Panel Config Library

ADAC LabVIEW VI

180

ADAC Get Expansion Panel Gain Structure

This VI function gets the board's input panel fixed gain(s) for the specified device. The
available panel gain(s) are typically fixed in hardware and specified in the device
capabilities file.

Device Handle (0) Device Handle is a numeric value that is used to identify the device
subsystem. The default Device Handle is 0.

error in (no error) Error in describes error conditions occurring before this VI executes.
This cluster defaults to no error.

Device Handle out Device Handle out contains the value of Device Handle in.

PANEL GAIN LIST

Array Type Array Type is a numeric value that specifies the type of panel gain
list in use. The available options are:
0:STRING_LIST Character string list of panel gains
1:ARRAY_LIST Numeric array of panel gains

The default array type is 0:STRING_LIST.

Examples:
· String "0(100),1(100),2(100),3(100),4(200),5(250),6(250),7(250)"
· Array {0,100,1,100,2,100,3,100,4,200,5,250,6,250,7,250};

String Panel Gain List String Panel Gain List specifies the panels fixed gain in
a character sting format. Examples:
· String "0(100),1(100),2(100),3(100),4(200),5(250),6(250),7(250)"

Numeric Panel Gain List Numeric Panel Gain List specifies the panels fixed
gain in a numeric array format. Examples:
Array

{0,100,1,100,2,100,3,100,4,200,5,250,6,250,7,250};

error out Error out contains error information. If the error in cluster indicated an error,
the error out cluster contains the same information. Otherwise, error out describes the
error status of this VI.

Advertising