VeriStand .NET API Reference

IStimulusProfileSession.Locked Property

Indicates whether the Stimulus Profile Session is locked. If the session is locked, any attempts to modify its execution state fail.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
ReadOnly Property Locked As Boolean
C#
bool Locked { get; }
Visual C++
property bool Locked {
	bool get ();
}

Property Value

true (True in Visual Basic) if the session is locked.

See Also

Log in to get a better experience