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 and offset type is "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|...16}
<Pt>={[1]|2}
<numeric 1>, <numeric 2>, …<numeric N>
None
Equivalent COM Command
SCPI.SENSe(Ch).OFFSet.PORT(Pt).FREQuency.DATA
Status = app.SCPI.SENSe(Ch).OFFSet.STATe
app.SCPI.SENSe(Ch).OFFSet.STATe = True
Boolean (read/write)
Back to SENSe
Back to Command Finder