StartLoggingStep Class
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Represents a Start Logging step, which starts logging data from a specified set of channels to a TDMS 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 Class StartLoggingStep _ Inherits ActionStep |
| C# |
|---|
public class StartLoggingStep : ActionStep |
| Visual C++ |
|---|
public ref class StartLoggingStep : public ActionStep |
Remarks
Use the members of this class to configure the logging operation, including the channels to log and optionally a trigger condition to use to start logging.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.StartLoggingStep
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.StartLoggingStep
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.