VeriStand .NET API Reference

StartLoggingStep.TriggerChannel Property

Gets or sets the channel to watch for the TriggerCondition.

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 TriggerChannel As SystemDefinitionChannelResource
C#
public SystemDefinitionChannelResource TriggerChannel { get; set; }
Visual C++
public:
property SystemDefinitionChannelResource^ TriggerChannel {
	SystemDefinitionChannelResource^ get ();
	void set (SystemDefinitionChannelResource^ value);
}

Property Value

A SystemDefinitionChannelResource object.

See Also

Log in to get a better experience