User manual
2.3.65 AcqrsD1_getInstrumentInfo (DEPRECATED)
Purpose
Returns general information about a specified digitizer. See Acqrs_getInstrumentInfo.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
parameterString ViString Character string defining the requested parameter. See
below for the list of accepted strings.
Output
Name Type Description
infoValue ViAddr Requested information value.
ViAddr resolves to void* in C/C++. The user must
allocate the appropriate variable type (as listed below)
and supply its address as 'infoValue'.
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
Accepted Parameter Strings
Parameter String Returned
Type
Description
"ASBus_m_BusNb"
ViInt32 Bus number of the m'th module of a multi-instrument. m
runs from 0 to (nbr of modules –1).
"ASBus_ m_IsMaster"
ViInt32
Returns 1 if the m'th module of a multi-instrument is the
master, 0 otherwise. m runs from 0 to (nbr of modules –1).
"ASBus_ m_PosInCrate"
ViInt32
Physical slot number (position) in cPCI crate of the m 'th
module of a multi-instrument. m runs from 0 to (nbr of
modules –1).
"ASBus_ m_SerialNb"
ViInt32
Serial number of the m'th module of a multi-instrument. m
runs from 0 to (nbr of modules –1).
"ASBus_ m_SlotNb"
ViInt32
Slot number of the m'th module of a multi-instrument. m
runs from 0 to (nbr of modules –1).
"CrateNb"
ViInt32 Physical crate number (perhaps from AqGeo.map)
"DelayOffset"
ViReal64 Calibrated Delay Offset
(only useful for recovery of battery backed-up acquisitions)
"DelayScale"
ViReal64 Calibrated Delay Scale
(only useful for recovery of battery backed-up acquisitions)
"ExtCkRatio"
ViReal64 Ratio of sFmax over external clock inputFrequency
"HasTrigVeto"
ViInt32 Returns 1 if the functionality is available, 0 otherwise.
"IsPreTriggerRunning"
ViInt32 Returns 1 if the module has an acquisition started but is not
yet ready to accept a trigger.
"LogDevDataLinks"
ViInt32 Number of available data links for a streaming analyzer
"LOGDEVHDRBLOCKmDEVnS
string"
ViChar[ ] Returns information about FPGA firmware loaded. See
comments below.
"MaxSamplesPerChannel"
ViInt32 Maximum number of samples per channel available in
digitizer mode
"NbrADCBits"
ViInt32 Number of bits of data per sample from this modules ADCs
"NbrExternalTriggers"
ViInt32 Number of external trigger sources
"NbrInternalTriggers"
ViInt32 Number of internal trigger sources
"NbrModulesInInstrument"
ViInt32 Number of modules in this instrument. Individual modules
(not connected through AS bus) return 1.
"Options"
ViChar[ ] List of options, separated by ‘,’, installed in this instrument.
Programmer’s Reference Manual Page 125 of 210