SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.DATA

Type of object

Property (Read-only)

Syntax

Data = SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.DATA

Description

This command acquires the external signal source frequency data for the selected channel (Ch).

Variable

Parameter

Data

Description

Reads the frequencies of all measurement points as an array.

Data type

Variant type (Variant)

Example of use

Dim LoData As Variant
LoData = SCPI.SENSe(1).OFFSet.LOCal.FREQuency.DATA

Related objects

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.DIVisor

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.MULTiplier

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.OFFSet

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.STARt

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.STOP

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:OFFSet:LOCal[:FREQuency]:DATA?

Query response

{value 1},E/span> ,{value NOP}<newline><^END>

NOTE   Where, NOP is the number of points.

Example of use

10 DIM A(1:201)
20 OUTPUT 717;":SENS1:OFFS:LOC:DATA?"
30 ENTER 717;A(*)