DataLoggingFile.Retriggerable Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets or sets whether logging can be retriggered after a stop. If true (True in Visual Basic), logging begins again when the value of TriggerChannel reaches the specified TriggerType.
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 Retriggerable As Boolean |
| C# |
|---|
public virtual bool Retriggerable { get; set; } |
| Visual C++ |
|---|
public: virtual property bool Retriggerable { bool get (); void set (bool value); } |
Property Value
true (True in Visual Basic) if logging is retriggerable.
Remarks
You must set Operation to StopLogging to enable this property.