SCPI Command
SOURce<Ch>:POWer:PORT<Pt>:CORRection:DATA <numeric list>
SOURce<Ch>:POWer:PORT<Pt>:CORRection:DATA?
Sets or reads out the power correction array (result of power calibration executed by the SOUR:POW:PORT:CORR:COLL command). Note: If the array size is not 1 + 2N, where N is equal to <numeric 1>, an error occurs. If the <numeric 2n> and <numeric 2n+1> values are out of the allowable range, the value of the limit, which is closer to the specified value will be set. |
---|
command/query |
Port <Pt> of channel <Ch>,
<Ch>={[1]|2|...16}
<Pt>={[1]|2}
The array size is NOP, where NOP is the number of measurement points.
For the n–th point, where n from 1 to NOP:
<numeric n> power correction value of the n–th point
<numeric 1>, <numeric 2>, …<numeric NOP>
None
Equivalent COM Command
SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.DATA
Data = app.SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.DATA
app.SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.DATA = Data
Variant (array of Double) (read/write)
Back to SOURce
Back to Command Finder