DCPowerMeasurementConfiguration Class
- Updated2024-01-04
- 3 minute(s) read

DCPowerMeasurementConfiguration Class
Represents properties that apply to all measurement channels that are in Session.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerMeasurementConfiguration
NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerMeasurementConfiguration
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public sealed class DCPowerMeasurementConfiguration : DCPowerSubObject
Public NotInheritable Class DCPowerMeasurementConfiguration Inherits DCPowerSubObject
The DCPowerMeasurementConfiguration type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | IsRecordLengthFinite |
Gets or sets a value indicating whether to take continuous measurements.
|
![]() | MeasureWhen |
Gets or sets when the measure unit should acquire measurements. Unless this property is configured to OnMeasureTrigger, the DCPowerMeasureTriggerType property is ignored.
|
![]() | RecordDeltaTime |
Gets the amount of time between the starts of two consecutive measurements in a measure record. Use this property only after you commit the desired measurement settings.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
For more information, refer to NI DC Power Supplies and SMUs Help.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.