SignalBasedFrame.CreateSignalBasedSignal Method
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Creates a SignalBasedSignal under the frame.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.