NI-RFPM API Reference

Table of Contents

RfpmDriverOperation.InvalidateAllAttributes Method

  • Updated2023-12-28
  • 1 minute(s) read
RfpmDriverOperation.InvalidateAllAttributes Method

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

IIviDriverOperationInvalidateAllAttributes

Exceptions

ExceptionCondition
ObjectDisposedExceptionInvalidateAllAttributes 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.

See Also

Log in to get a better experience