Measure
- Updated2025-10-06
- 2 minute(s) read
Groups
None
Group members
| Name | Description |
|---|---|
| niDCPower_ConfigureApertureTime | Configures the aperture time on the specified channel(s). |
| niDCPower_ConfigureAutoZero | Configures auto zero for the device. |
| niDCPower_ConfigurePowerLineFrequency | Specifies the power line frequency for all channels in the session. NI-DCPower uses this value to select a timebase for setting the niDCPower_ConfigureApertureTime function in power line cycles (PLCs). |
| niDCPower_ConfigureSense | Specifies whether to use local or remote sensing of the output voltage on the specified channel(s). Refer to the Devices topic specific to your device in the NI DC Power Supplies and SMUs Help for more information about sensing voltage on supported channels. |
| niDCPower_FetchMultiple | Returns an array of voltage measurements, an array of current measurements, and an array of compliance measurements that were previously taken and are stored in the NI-DCPower buffer. This function should not be used when the NIDCPOWER_ATTR_MEASURE_WHEN attribute is set to NIDCPOWER_VAL_ON_DEMAND. You must first call niDCPower_InitiateWithChannels before calling this function. |
| niDCPower_FetchMultipleLCR | Returns an array of previously measured LCR data on the specified channel that have been taken and stored in a buffer. |
| niDCPower_Measure | Returns the measured value of either the voltage or current on the specified channel. Each call to this function blocks other function calls until the hardware returns the measurement. To measure multiple channels, use the niDCPower_MeasureMultiple function. |
| niDCPower_MeasureMultiple | Returns arrays of the measured voltage and current values on the specified channel(s). Each call to this function blocks other function calls until the measurements are returned from the device. The order of the measurements returned in the array corresponds to the order on the specified channel(s). |
| niDCPower_MeasureMultipleLCR | Measures and returns an array of LCR data on the specified channel(s). |
Attachments
None