RfsgChannelBasedDeembedding.DeembeddingSelectedTable Property
- Updated2024-05-08
- 1 minute(s) read
RfsgChannelBasedDeembeddingDeembeddingSelectedTable Property
Gets or sets the de-embedding table to apply to the measurements on the specified port.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public string DeembeddingSelectedTable { get; set; }
Public Property DeembeddingSelectedTable As String Get Set
Property Value
Type: StringSpecifies a String representing the de-embedding type.
Remarks
To use this property, you must set the channelName of the RfsgChannelBasedDeembedding sub-object to specify the name of the port to configure for de-embedding.
A port can be passed using the indexer ItemString.
Use the CreateDeembeddingSParameterTableS2pFile(String, String, RfsgSParameterOrientation) to create tables.