SignalBasedFrame Constructor
- Mise à jour2023-02-21
- Temps de lecture : 3 minute(s)
Initializes a new instance of the SignalBasedFrame class.
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 Sub New ( _ Name As String, _ ID As UInteger, _ OwningDatabase As Database, _ ClusterName As String, _ PayloadLength As UInteger, _ StartTimeOffset As Double, _ Enable64Bit As Boolean, _ SignalNames As String() _ ) |
| C# |
|---|
public SignalBasedFrame( string Name, uint ID, Database OwningDatabase, string ClusterName, uint PayloadLength, double StartTimeOffset, bool Enable64Bit, string[] SignalNames ) |
| Visual C++ |
|---|
public: SignalBasedFrame( String^ Name, unsigned int ID, Database^ OwningDatabase, String^ ClusterName, unsigned int PayloadLength, double StartTimeOffset, bool Enable64Bit, array<String^>^ SignalNames ) |
Parameters
- Name
- Type: System.String
The name of the frame.
- ID
- Type: System.UInt32
The identifier number of the frame.
- OwningDatabase
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.Database
The XNET database that contains the frame.
- ClusterName
- Type: System.String
The name of the cluster that contains the frame.
- PayloadLength
- Type: System.UInt32
The number of bytes in the frame payload.
- StartTimeOffset
- Type: System.Double
The amount of time, in seconds, that elapses between the session start and the first transmission of the outgoing frame.
- Enable64Bit
- Type: System.Boolean
true (True in Visual Basic) to enable U64 bitfield representation for the frame.
- SignalNames
- Type:
System.String
The names of the signals in the frame.