IsRecordLengthFinite
- Updated2025-10-06
- 1 minute(s) read
Gets or sets a value indicating whether to take continuous measurements.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public bool IsRecordLengthFinite { get; set; }
Remarks
true, if continuous measurements are allowed; otherwise, false.
Call Abort to stop continuous measurements. When this property is set to false and Mode is set to SinglePoint, MeasureWhen must be set to AutomaticallyAfterSourceComplete or OnMeasureTrigger. When this property is set to false and Mode is set to Sequence, MeasureWhen must be set to OnMeasureTrigger.
Note
This property is not supported by all instruments. Refer to the Supported Properties by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments.