VeriStand .NET API Reference

DataLoggingSpecification.StartTrigger Property

Gets or sets a value indicating the condition used to determine when to start logging.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property StartTrigger As Trigger
C#
public Trigger StartTrigger { get; set; }
Visual C++
public:
property Trigger^ StartTrigger {
	Trigger^ get ();
	void set (Trigger^ value);
}

See Also

Log in to get a better experience