SCPI Command
SENSe<Ch>:OFFSet:RECeiver[:FREQuency]:DATA?
Reads out the array of the receiver frequency points when the frequency offset feature is ON and offset type is "SRCRcv". 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 |
Channel <Ch>,
<Ch>={[1]|2|...16}
<numeric 1>, <numeric 2>, …<numeric N>
None
Equivalent COM Command
SCPI.SENSe(Ch).OFFSet.RECeiver.FREQuency.DATA
Data = app.SCPI.SENSe(Ch).OFFSet.RECeiver.FREQuency.DATA
Variant (array of Double) (read only)
Back to SENSe
Back to Command Finder