• General
  • API Documentation
  • SCPI
    • General
    • Command Reference
    • Starting Server

    Show / Hide Table of Contents
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface
      • Bode100
      • BodeAutomation
      • Calibration
      • CalibrationValues
      • CorrectionValues
      • FullRangeIsActiveChanged_Delegate
      • FullRangeIsAvailableChanged_Delegate
      • Results
      • UserRangeIsActiveChanged_Delegate
      • UserRangeIsAvailableChanged_Delegate
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.DataTypes
      • Complex
      • IComplex
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Enumerations
      • AngleUnit
      • Attenuator
      • CalibrationMultiModeToggle
      • Connection
      • ExecutionState
      • FResQFormats
      • LevelUnit
      • LogLevel
      • MagnitudeUnit
      • MeasurementTypes
      • ReceiverBandwidth
      • SourceMode
      • SweepMode
      • Termination
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Helper
      • AutomationInterfaceHelpers
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces
      • Attenuation
      • BodeAutomationInterface
      • BodeDevice
      • DeviceConfiguration
      • DeviceProperties
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
      • FullLoadCalibrationValues
      • FullOpenCalibrationValues
      • FullShortCalibrationValues
      • FullThruCalibrationValues
      • GainCalibration
      • GainFullCalibrationValues
      • GainFullRange
      • GainUserCalibrationValues
      • GainUserRange
      • ImpedanceCalibration
      • ImpedanceFullCalibrationValues
      • ImpedanceFullRange
      • ImpedanceUserCalibrationValues
      • ImpedanceUserRange
      • InternalCalibration
      • MultiModeCalibration
      • MultiModeFullCalibrationValues
      • MultiModeFullRange
      • MultiModeUserCalibrationValues
      • MultiModeUserRange
      • UserLoadCalibrationValues
      • UserOpenCalibrationValues
      • UserShortCalibrationValues
      • UserThruCalibrationValues
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Events
      • IBode100Events
      • IMeasurementEvent
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Measurements
      • AdapterMeasurement
      • ExternalBridgeMeasurement
      • GainMeasurement
      • Impedance
      • OnePortMeasurement
      • Reflection
      • S11ExternalCouplerMeasurement
      • S11OnePortMeasurement
      • S21Measurement
      • SeriesThruMeasurement
      • ShuntThruMeasurement
      • Transmission
      • VoltageCurrentGainMeasurement
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.PortExtension
      • CableLosses
      • PortExtension
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Results
      • AdmittanceResult
      • GainResults
      • ImpedanceResult
      • ReflectionResult
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Results.SpecialResults
      • OverloadResult
      • Vrms
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Shaping
      • AttenuatorShaping
      • BandwidthShaping
      • Shaping
      • SourceShaping
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Properties
      • Resources
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.ResultProcessors
      • FResQResult
      • StabilityMarginResult
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.TaskProcessors
      • Averaging
    • OmicronLab.VectorNetworkAnalysis.MeasurementProcessors.Enumerations
      • FResQFormats

    Interface Reflection

    Reflection Measurement Modes.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Measurements
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.25.2241.1)
    Syntax
    [Guid("0D056D47-EA95-4E21-9AE1-65A3DFA3E07D")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface Reflection

    Methods

    CreateS11ExternalCouplerMeasurement()

    Creates the S11 External Coupler Measurement.

    Declaration
    S11ExternalCouplerMeasurement CreateS11ExternalCouplerMeasurement()
    Returns
    Type Description
    S11ExternalCouplerMeasurement

    The S11 External Coupler Measurement.

    CreateS11OnePortMeasurement()

    Creates the S11 OnePort Measurement.

    Declaration
    S11OnePortMeasurement CreateS11OnePortMeasurement()
    Returns
    Type Description
    S11OnePortMeasurement

    The S11 OnePort Measurement.

    Back to top Generated by DocFX