Help Icon
Search Results for

    Show / Hide Table of Contents

    :SENSe:CORRection:IMPedance[:INPut][:MAGNitude]

    Description

    This command gets or sets the nominal input impedance Z0.

    Syntax

    :SENSe<ch>:CORRection:IMPedance[:INPut][:MAGNitude]

    Command Query
    Query Response
    Yes Yes The input impedance in Ohm.
    Parameters
    Accepted Format
    Allowed Suffixes
    Possible Errors
    Description
    { <numeric> | MINimum | MAXimum | DEFault } Range from 1pΩ to 1MAΩ Ohm Settings conflict The input impedance in Ohm.

    To learn more about channels and traces, please refer to the SCPI command structure

    Warning

    Only in certain measurement modes input impedance values can be changed. If setting the impedance of the selected channel is not allowed in the selected measurement mode, the command is ignored and a Settings conflict error is added to the Error Event Queue.

    Presets

    For presets please refer to Measurement Modes and Default Settings.

    Sample usage

    Set the input impedance to 50Ohm in S11 measurement.

    visaSession.write(':CALC:PAR:DEF S11\n')
    visaSession.write(':SENS:CORR:IMP 50\n')
    
    In this article
    Back to top Generated by DocFX