collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

Btn55xxx_GetDiagStatusArray Function


HardwareStatus See Also



Returns diagnostic data from the 55 series.

Function Tree Node: \Boonton55xxx\Instrument Specific\Channel\HardwareStatus\Get Diag Status Array

Declaration: Btn55xxx.h

Implementation: Btn55xxx.dll

Visual C++

ViStatus Btn55xxx_GetDiagStatusArray(
 ViSession Vi,
 ViConstString Channel,
 ViReal32DetectorTemp,
 ViReal32CpuTemp,
 ViReal32MioVoltage,
 ViReal32VccInt10,
 ViReal32VccAux18,
 ViReal32Vcc50,
 ViReal32Vcc25,
 ViReal32Vcc33
);

Parameters

Vi

The ViSession handle that you obtain from the IviDriver_init or IviDriver_InitWithOptions function. The handle identifies a particular instrument session.

Channel

The physical or virtual repeated capability identifier. Pass VI_NULL or empty string if operation does not apply to a repeated capability.For valid values, see the Channel repeated capability.

DetectorTemp

Temperature at the RF detector.

CpuTemp

Temperature of the CPU.

MioVoltage

Voltage at the Multi I/O port.

VccInt10

Vcc 10 voltage.

VccAux18

Vcc Aux 18 voltage.

Vcc50

Vcc 50 voltage.

Vcc25

Vcc 25 voltage.

Vcc33

Vcc 33 voltage.

Return Value

 

Success or failure code.

collapse_allRequirements

Supported Models

55006, 55318, 55340, 55518, 55540

collapse_allSee Also

Reference

HardwareStatus

Btn55xxx

Footer image

Copyright 2013-16 Boonton. All rights reserved.