Interface Shaping
Shaping Interface.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Shaping
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[Guid("273E6789-4BD8-454E-B8D5-1CEC932CA897")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
[ComVisible(true)]
public interface Shaping
Properties
AttenuatorShaping
Gets the attenuator shaping.
Declaration
AttenuatorShaping AttenuatorShaping { get; }
Property Value
Type | Description |
---|---|
AttenuatorShaping |
BandwidthShaping
Gets the bandwidth shaping.
Declaration
BandwidthShaping BandwidthShaping { get; }
Property Value
Type | Description |
---|---|
BandwidthShaping |
SourceShaping
Gets the source shaping.
Declaration
SourceShaping SourceShaping { get; }
Property Value
Type | Description |
---|---|
SourceShaping |