RfpmDriverOperation.InvalidateAllAttributes Method
- Updated2023-12-28
- 1 minute(s) read
RfpmDriverOperationInvalidateAllAttributes Method
Sets all cached property values to invalid.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public void InvalidateAllAttributes()
Public Sub InvalidateAllAttributes
Implements
IIviDriverOperationInvalidateAllAttributesExceptions
Exception | Condition |
---|---|
ObjectDisposedException | InvalidateAllAttributes was called after the associated NIRfpm or RfpmDriverUtility object was disposed. |
IviCDriverException | The underlying NI-RFPM driver returned an error. |
Remarks
The first time you query a driver property after calling this method, NI-RFPM queries the property value from the device.