ViStatus pipx40_resGetInfo (ViSession instrumentHandle, ViUInt32 subunitNumber, ViPReal64 minResistance, ViPReal64 maxResistance, ViPReal64 refResistance, ViPReal64 precisionPercent, ViPReal64 precisionDelta, ViPReal64 internal1, ViPReal64 internalDelta, ViPUInt32 capabilities);
Obtains detailed information about a precision programmable resistor sub-unit.
This information is currently only available for "Precision" resistor models; other types will respond with null values.
Input | ||
Name | Type | Description |
instrumentHandle | ViSession |
Instrument handle obtained by the pipx40_init call used to open the card. |
subunitNumber | ViUInt32 |
The number of the sub-unit to access.
|
Output | ||
Name | Type | Description |
minResistance | ViReal64 (passed by reference) |
Variable to receive the minimum in-range resistance setting, in ohms. |
maxResistance | ViReal64 (passed by reference) |
Variable to receive the maximum in-range resistance setting, in ohms. |
refResistance | ViReal64 (passed by reference) |
Variable to receive the reference resistance value, in ohms.
|
precisionPercent | ViReal64 (passed by reference) |
Variable to receive the percentage precision (in percent).
|
precisionDelta | ViReal64 (passed by reference) |
Variable to receive the delta precision, in ohms.
|
internal1 | ViReal64 (passed by reference) |
Variable - currently unused. |
internalDelta | ViReal64 (passed by reference) |
Variable to receive the internal precision, in ohms. |
capabilities | ViUInt32 (passed by reference) |
Variable to receive the sub-unit's capabilities flags.
|
Name | Type | Description |
status | ViStatus |
A numeric code indicating the success or failure of the operation.
|
Precision Programmable Resistor
Pickering Interfaces PXI VISA
Alphabetical Function Index
Hierarchical Function Index