SCPI Command
SOURce<Ch>:POWer:PORT<Pt>:CORRection:COLLect:TABLe:LOSS:DATA <numeric list>
SOURce<Ch>:POWer:PORT<Pt>:CORRection:COLLect:TABLe:LOSS:DATA?
Sets/gets the loss compensation table used when the power calibration is 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 1+2N, where N is the number of measurement points.
For the n–th point, where n from 1 to N:
<numeric 1> the number of the table rows N integer from 0 to 10001;
<numeric 2n> the frequency of the n–th row of the table;
<numeric 2n+1> the loss compensation value of the n–th row of the table from –100 to +100 dB.
<numeric 1>, <numeric 2>, …<numeric 2N+1>
SOUR:POW:PORT:CORR:COLL:TABL:LOSS
Calibration > Power Calibration > Loss Compen
Equivalent COM Command
SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.TABLe.LOSS.DATA
Data = app.SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.TABLe.LOSS.DATA
app.SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.TABLe.LOSS.DATA = Data
Variant (array of Double) (read/write)
Back to SOURce
Back to Command Finder