SCPI Command
SOURce<Ch>:POWer:PORT<Pt>:CORRection:DATA?
Reads out the port 1 power correction array (result of power calibration). 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. |
---|
query only |
Port <Pt> of channel <Ch>,
<Ch>={[1]|2|...9}
<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
Variant (array of Double) (read only)
Back to SOURce
Back to Command Finder
Back to Command Finder (From User Interface)