RfpmMeasurements.Deembedding Property
- Updated2023-12-28
- 1 minute(s) read
RfpmMeasurementsDeembedding Property
Gets an RfpmMeasurementsDeembedding
object that defines methods and properties enabling and configuring de-embedding.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public RfpmMeasurementsDeembedding Deembedding { get; }
Public ReadOnly Property Deembedding As RfpmMeasurementsDeembedding Get
Property Value
Type: RfpmMeasurementsDeembeddingA value specifying whether to apply de-embedding to measurement data. The default value is .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Deembedding was accessed after the associated NIRfpm object was disposed. |
IviCDriverException | The underlying NI-RFPM driver returned an error. |