RfsgDeembeddingType Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies the type of de-embedding to apply to measurements on the specified port.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public enum RfsgDeembeddingType
Members
| Name | Value | Description |
|---|---|---|
| None | (int)25000 | De-embedding is not applied to the measurement. |
| Scalar | (int)25001 | De-embeds the measurement using only the gain term. |
| Vector | (int)25002 | De-embeds the measurement using the gain term and the reflection term. |