SCPI Command
SENSe<Ch>:OFFSet:PORT<Pt>[:FREQuency]:DATA?
Reads out the array of the frequency points of port <Pt> when the frequency offset feature is ON. The offset type is always "PORT". The array size is N, where N is the number of measurement points. For the n-th point, where n from 1 to N: <numeric n> the frequency value at the n-th point |
---|
query only |
Port <Pt> of channel <Ch>,
<Ch>={[1]|2|...9}
<Pt>={[1]|2}
<numeric 1>, <numeric 2>, …<numeric N>
None
Equivalent COM Command
SCPI.SENSe(Ch).OFFSet.PORT(Pt).FREQuency.DATA
Data = app.SCPI.SENSe(Ch).OFFSet.PORT(Pt).FREQuency.DATA
Variant (array of Double) (read only)
Back to SENSe
Back to Command Finder
Back to Command Finder (From User Interface)