NIRfpm.RfmxCallbacks Property
- Updated2023-12-28
- 1 minute(s) read
NIRfpmRfmxCallbacks Property
Gets an RfpmRfmxCallbacks object that provides functionality for RFmx to call into RFPM.
This property does not support the mmWave subsystem.
This property does not support the mmWave subsystem.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public RfpmRfmxCallbacks RfmxCallbacks { get; }
Public ReadOnly Property RfmxCallbacks As RfpmRfmxCallbacks Get
Property Value
Type: RfpmRfmxCallbacksAn RfpmRfmxCallbacks object.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | RfmxCallbacks was accessed after the associated NIRfpm object was disposed. |