www.vtiinstruments.com
EX1629 Command Set
259
vtex1629_set_gauge_factor
F
UNCTION
P
ROTOTYPE
ViStatus vtex1629_set_gauge_factor (ViSession
vi
, ViInt32 _VI_FAR
channels[]
,ViInt32
numberOfChannels
,
ViReal64
gageFactor
);
F
UNCTION
P
ARAMETERS
vi
= contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
channels
= an input integer array containing a list of channel numbers for which the gage factor will be set. Valid
input values: 0 to 47.
numberOfChannels
= the size of the
channels
list. Valid input values: 1 to 48.
gageFactor
= a real input value indicating the desired gage factor.
D
ATA
I
TEM
R
ESET
V
ALUE
gageFactor
= 2.000000
D
ESCRIPTION
This function sets the gage factor for a list of channels. This is one of the parameters used in EU conversion
calculations.
E
XAMPLE
ViSession instrumentHandle;
ViStatus status;
ViInt32 channels[] = {0};
ViInt32 numberOfChannels = 1;
…
status = vtex1629_set_gauge_factor(instrumentHandle,
channels,
numberOfChannels,
2.01);
…
Содержание EX1629
Страница 310: ...VTI Instruments Corp 310 EX1629 Command Set...
Страница 342: ...VTI Instruments Corp 342 EX1629 Onboard Memory...