DataLoggingSpecification.SegmentingSpecification Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets a value indicating the condition that determines when to segment a log file. When the condition occurs,
the current instance of the log file is closed, and data continues to be logged to a new log file instance.
Namespace:
NationalInstruments.VeriStand.ClientAPI.LoggingAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property SegmentingSpecification As SegmentingSpecification |
| C# |
|---|
public SegmentingSpecification SegmentingSpecification { get; set; } |
| Visual C++ |
|---|
public: property SegmentingSpecification^ SegmentingSpecification { SegmentingSpecification^ get (); void set (SegmentingSpecification^ value); } |