ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDeembedding.Item Property

RfsgDeembedding.Item Property

RfsgDeembeddingItem Property

Gets the RfsgChannelBasedDeembedding sub-object to configure channel based Deembedding properties.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public RfsgChannelBasedDeembedding this[
	string channelName
] { get; }
Public ReadOnly Default Property Item ( 
	channelName As String
) As RfsgChannelBasedDeembedding
	Get

Parameters

channelName
Type: SystemString
Specifies the port to be used for the channel based properties.

Property Value

Type: RfsgChannelBasedDeembedding
Returns an object of type RfsgChannelBasedDeembedding.

See Also

In This Section
Was this information helpful?