VeriStand .NET API Reference

SignalBasedFrame.CreateSignalBasedSignal Method

Creates a SignalBasedSignal under the frame.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function CreateSignalBasedSignal ( _
	Name As String, _
	Description As String, _
	Units As String, _
	DefaultValue As Double, _
	<OutAttribute> ByRef signal As SignalBasedSignal _
) As Boolean
C#
public bool CreateSignalBasedSignal(
	string Name,
	string Description,
	string Units,
	double DefaultValue,
	out SignalBasedSignal signal
)
Visual C++
public:
bool CreateSignalBasedSignal(
	String^ Name, 
	String^ Description, 
	String^ Units, 
	double DefaultValue, 
	[OutAttribute] SignalBasedSignal^% signal
)

Parameters

Name
Type: System.String
The name of the SignalBasedSignal.
Description
Type: System.String
The description of the SignalBasedSignal.
Units
Type: System.String
The units associated with the SignalBasedSignal.
DefaultValue
Type: System.Double
The default value of the SignalBasedSignal.
signal
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.SignalBasedSignal %
Upon return, contains a reference to the SignalBasedSignal class.

Return Value

true (True in Visual Basic) if the signal is created.

See Also

Log in to get a better experience