![]() | Download Help (Windows Only) |
Gets or sets if the read operation terminates when a termination character is received.
Namespace: NationalInstruments.VisaNS
Assembly: NationalInstruments.VisaNS (in NationalInstruments.VisaNS.dll) Version: 13.0.40.167
Visual Basic (Declaration) |
---|
Public Property TerminationCharacterEnabled As Boolean |
C# |
---|
public bool TerminationCharacterEnabled { get; set; } |
true (True in Visual Basic) to terminate when the termination character is received. The default value is false (False in Visual Basic).
IMessageBasedSession.TerminationCharacterEnabled
Exception | Condition |
---|---|
VisaException | The property is set to an invalid state. |
DllNotFoundException | The NI-VISA driver library cannot be found. |
EntryPointNotFoundException | A required operation in the NI-VISA driver library cannot be found. |
ObjectDisposedException | This member is called after the Dispose method is called directly from code or indirectly through a finalizer. |
Helpful
Not Helpful