Interface Attenuation
Attenuator Shaping Settings.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[Guid("4860CDAE-8E29-43FF-A5C6-F3CDA7808C24")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
[ComVisible(true)]
public interface Attenuation
Properties
Channel1
Gets or sets the Channel 1 attenuation.
Declaration
Attenuator Channel1 { get; set; }
Property Value
Type | Description |
---|---|
Attenuator | The Channel 1. |
Channel2
Gets or sets the Channel 2 attenuation.
Declaration
Attenuator Channel2 { get; set; }
Property Value
Type | Description |
---|---|
Attenuator | The Channel 2. |