VeriStand .NET API Reference

Factory.GetIStimulusProfileSession Method (String, String)

Gets the IStimulusProfileSession interface, which you can use to automate the execution of an already deployed Stimulus Profile Session.

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)
Public Function GetIStimulusProfileSession ( _
	gateway_ip_address As String, _
	session_id As String _
) As IStimulusProfileSession
C#
public IStimulusProfileSession GetIStimulusProfileSession(
	string gateway_ip_address,
	string session_id
)
Visual C++
public:
IStimulusProfileSession^ GetIStimulusProfileSession(
	String^ gateway_ip_address, 
	String^ session_id
)

Parameters

gateway_ip_address
Type: System.String
Specifies the IP address of the VeriStand Gateway.
session_id
Type: System.String
Specifies the Session ID of the deployed Stimulus Profile Session.

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience