RfsaDriverUtility.Lock Method
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Attempts to acquire a synchronization lock on this instance of the driver.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public RfsaDriverLock Lock()
Public Function Lock As RfsaDriverLock
Return Value
RfsaDriverLockReturns a RfsaDriverLock as a reference to the acquired lock.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Lock method was accessed after the associated NIRfsa object was disposed. |