VeriStand .NET API Reference

Table of Contents

StartLoggingStep.TriggerCondition Property

Gets or sets a trigger condition to use to start data logging.

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 TriggerCondition As LogInfo.trigger
C#
public LogInfo.trigger TriggerCondition { get; set; }
Visual C++
public:
property LogInfo.trigger TriggerCondition {
	LogInfo.trigger get ();
	void set (LogInfo.trigger value);
}

Property Value

An enumeration of LogInfo.trigger.

See Also

Log in to get a better experience