Help Icon
Search Results for

    Show / Hide Table of Contents

    :SENSe:BWIDth[:RESolution]

    Description

    This command gets or sets the receiver bandwidth resolution. It is defined as the bandwidth of the predetection bandpass filtering.

    Note

    The behavior of this command is the same as the behavior of :SENSe:BANDwidth[:RESolution].

    Syntax

    :SENSe<ch>:BWIDth[:RESolution]

    Command Query
    Query Response
    Yes Yes Value of bandpass resolution in Hz.
    Parameters
    Accepted Format
    Allowed Suffixes
    Possible Errors
    Description
    { <numeric> | MINimum | MAXimum } Valid value range Hz Numeric data error The bandpass resolution

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

    Presets

    For presets please refer to Measurement Modes and Default Settings.

    Sample usage

    Configure and start an S21 sweep measurement with receiver bandpass resolution of 3kHz.

    visaSession.write(':CALC:PAR:DEF S21\n')
    visaSession.write(':SENS:BWID 3kHz\n')
    visaSession.write(':TRIG:SING\n')
    visaSession.query('*OPC?\n')
    frequencyValues = visaSession.query(':SENS:FREQ:DATA?\n')
    measurementValues = visaSession.query(':CALC:DATA:SDAT?\n')
    

    Related commands

    :SENSe:BANDwidth[:RESolution]

    In this article
    Back to top Generated by DocFX