Property (Read-only)
Data = SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.DATA
This command acquires the external signal source frequency data for the selected channel (Ch).
Parameter |
Data |
Description |
Reads the frequencies of all measurement points as an array. |
Data type |
Variant type (Variant) |
Dim LoData As Variant
LoData = SCPI.SENSe(1).OFFSet.LOCal.FREQuency.DATA
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
No equivalent key is available on the front panel.
:SENSe{[1]-160}:OFFSet:LOCal[:FREQuency]:DATA?
{value 1},E/span> ,{value NOP}<newline><^END>
NOTE Where, NOP is the number of points.
10 DIM A(1:201)
20 OUTPUT 717;":SENS1:OFFS:LOC:DATA?"
30 ENTER 717;A(*)