StartLoggingStep.LogFileSegmentingOptions Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets a value indicating whether and how to segment the log file.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property LogFileSegmentingOptions As LogFileSegmentingOptions |
| C# |
|---|
public LogFileSegmentingOptions LogFileSegmentingOptions { get; set; } |
| Visual C++ |
|---|
public: property LogFileSegmentingOptions LogFileSegmentingOptions { LogFileSegmentingOptions get (); void set (LogFileSegmentingOptions value); } |