DataLoggingFile.Operation Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets the action to take when a trigger condition is met.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overridable Property Operation As DataLoggingOperationType |
| C# |
|---|
public virtual DataLoggingOperationType Operation { get; set; } |
| Visual C++ |
|---|
public: virtual property DataLoggingOperationType Operation { DataLoggingOperationType get (); void set (DataLoggingOperationType value); } |
Property Value
An enumeration value of DataLoggingOperationType.
Remarks
If TriggerType is StartLoggingOnNonZero or StartLoggingOnZero, this property specifies the action to take when the LimitType condition is met.
If TriggerType is EnableLoggingWhenTriggerIsNonZero or EnableLoggingWhenTriggerIsZero, this property specifies the action to take when the value of the TriggerChannel stops meeting the specified TriggerType condition.