RfsaChannelBasedDeembedding.DeembeddingSelectedTable Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Gets or sets the de-embedding table to apply to the measurements on the specified port.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public string DeembeddingSelectedTable { get; set; }
Public Property DeembeddingSelectedTable As String Get Set
Property Value
StringSpecifies a String representing the de-embedding type.
Remarks
To use this property, you must set the channelName of the RfsaChannelBasedDeembedding sub-object to specify the name of the port to configure for de-embedding.
A port can be passed using the indexer ItemString.
If de-embedding is enabled, NI-RFSA uses the specified table to remove the effects of the external network between the instrument and the DUT. Use the CreateDeembeddingSParameterTableS2pFile(String, String, RfsaSParameterOrientation) to create tables.