VeriStand .NET API Reference

IStimulusProfileSession.Lock Method

NameDescription
Lock(String, String) Locks the Stimulus Profile Session with the new_password. If the session is locked, any attempts to modify its execution state fail. If an error occurs, this instance throws an exception.
Lock(String, String, Error) Locks the Stimulus Profile Session with the new_password. If the session is locked, any attempts to modify its execution state fail. If an error occurs, this instance outputs an error object.

See Also