SCPI Command
SENSe<Ch>:CORRection:COLLect:DATA:OPEN <port>,<numeric list>
SENSe<Ch>:CORRection:COLLect:DATA:OPEN? <port>
Writes or reads out the array of the open calibration standard measurement for the port <port>. The array size is 2N, where N is the number of measurement points. For the n–th point, where n from 1 to N: <numeric 2n–1> real part of the measurement <numeric 2n> imaginary part of the measurement (1-port VNA only) |
---|
command/query |
Channel <Ch>,
<Ch>={[1]|2|3|4}
<port> |
The port number 1 |
<numeric list> |
The data array of the open standard measurement |
<numeric 1>, <numeric 2>, …<numeric 2N>
None
Equivalent COM Command
SCPI.SENSe(Ch).CORRection.COLLect.DATA.OPEN(Pt)
Data = app.SCPI.SENSe(Ch).CORRection.COLLect.DATA.OPEN(Pt)
app.SCPI.SENSe(Ch).CORRection.COLLect.DATA.OPEN(Pt) = Data
Variant (array of Double) (read/write)
Back to SENSe
Back to Command Finder
Back to Command Finder (From User Interface)