Sense Bandwidth SCPI

M9370A / M9371A / M9372A / M9374A / M9375A

Sense:Bandwidth Commands


SENSe:BANDwidth:

RESolution <num>

TRACk <bool>

See Also


SENSe<cnum>:BANDwidth | BWIDth[:RESolution] <num>

(Read-Write) Sets the bandwidth of the digital IF filter to be used in the measurement. (Use either Sense:Bandwidth or Sense:Bwidth)

Parameters

 

<cnum>

Any existing channel number. If unspecified, value is set to 1

<num>

IF Bandwidth in Hz. The list of valid IF Bandwidths is different depending on the PNA model. (Click to see the lists.) If an invalid number is specified, the analyzer will round up to the closest valid number.

This parameter supports MIN and MAX as arguments. Learn more.

Examples

SENS:BWID 1KHZ
sense2:bandwidth:resolution 1000

Query Syntax

SENSe<cnum>:BANDwidth | BWIDth[:RESolution]?

Return Type

Numeric

Default

Varies with PNA model.


SENSe<cnum>:BANDwidth | BWIDth:TRACk <bool>

(Read-Write) Sets and returns the state of the Reduce IF BW at Low Frequencies feature.

(Use either Sense:Bandwidth:Track or Sense:Bwidth:Track).

Parameters

 

<cnum>

Any existing channel number. If unspecified, value is set to 1

<bool>

Choose from:

ON or 1 -  Reduce IF BW at Low Frequencies is set ON

OFF or 0 - Reduce IF BW at Low Frequencies is set OFF

Examples

SENS:BWID:TRAC OFF
sense2:bandwidth:track 1

Query Syntax

SENSe<cnum>:BANDwidth | BWIDth:TRACk?

Return Type

Boolean

Default

ON


Last Modified:

7-May-2012

Removed Preset

15-Jan-2008

MIN and MAX added