Gets or sets the name of the logging configuration, which you can use to control an active data logging operation. Use this property to specify the logging operation to stop. This value should match the
StartLoggingStep.ConfigurationName value for the operation.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property ConfigurationName As String |
| C# |
|---|
public string ConfigurationName { get; set; } |
| Visual C++ |
|---|
public:
property String^ ConfigurationName {
String^ get ();
void set (String^ value);
} |
Property Value
The logging configuration name.