SignalBasedFrame.StartTimeOffset Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets the amount of time that elapses between the session start and the transmission of the first 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 Overridable Property StartTimeOffset As Double |
| C# |
|---|
public virtual double StartTimeOffset { get; set; } |
| Visual C++ |
|---|
public: virtual property double StartTimeOffset { double get (); void set (double value); } |
Property Value
The start time offset, in seconds.
Remarks
This property is only valid for outgoing cyclic CAN frames. Use this property to have more control over the schedule of frames on the bus, and to offer more determinism by configuring cyclic frames to be spaced evenly. If this field contains a negative number, NI-XNET chooses the start time offset based on the arbitration identifier and periodic transmit time.