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|3|4}
<Ch>={[1]…|16} (in N-port mode only)
<numeric 1>, <numeric 2>, …<numeric N>
The data transfer format depends on the FORM:DATA command setting.
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
Back to Command Finder (From User Interface)