SCPI.SENSe(Ch).CORRection.COLLect.ADAPter(Pt).WAVeguide.CUToff

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).CORRection.COLLect.ADAPter(Pt).WAVeguide.CUToff = Cfreq

Cfreq = SCPI.SENSe(Ch).CORRection.COLLect.ADAPter(Pt).WAVeguide.CUToff

Description

This command sets/gets approximate cutoff frequency of the waveguide for the selected channel ( Ch) and port.

Variable

Parameter

Cfreq

Description

Waveguide cutoff frequency

Data type

Double precision floating point type (Double)

Range

0 to 20E9

Unit

Hz

Preset value

0 Hz

Examples

Dim CFreq As Double
SCPI.SENSe(1).CORRection.COLLect.ADAPter(2).WAVeguide.CUToff = 700
CFreq= SCPI.SENSe(1).CORRection.COLLect.ADAPter(2).WAVeguide.CUToff

Related objects

SCPI.SENSe(Ch).CORRection.COLLect.ADAPter(Pt).ROTate

SCPI.SENSe(Ch).CORRection.COLLect.ADAPter(Pt).WAVeguide.LENGth

Equivalent key

Cal > Calibrate > Adapter Removal > Cutoff Frequency

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:CORRection:COLLect:ADAPter{[1]-2}:WAVeguide:CUToff <numeric>

:SENSe{[1]-160}:CORRection:COLLect:ADAPter{[1]-2}:WAVeguide:CUToff?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:CORR:COLL:ADAP:WAV:CUT 2000"
20 OUTPUT 717;":SENS1:CORR:COLL:ADAP:WAV:CUT?"
30 ENTER 717;A