SCPI Command
SENSe<Ch>:FREQuency:DATA?
Reads out the frequency array of the measurement points. 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 measurement point |
---|
query only |
Channel <Ch>,
<Ch>={[1]|2|...16}
<numeric 1>, <numeric 2>, …<numeric N>
None
Equivalent COM Command
SCPI.SENSe(Ch).FREQuency.DATA
Data = app.SCPI.SENSe(Ch).FREQuency.DATA
Type
Variant (array of Double) (read only)
Back to SENSe
Back to Command Finder