Programming
535
Range FIXed|USER
Preset Value
FIXed
Query Response
{FIX|USER}<newline><^END>
Examples
Dim Var as String
Var= "FIX"
Ana.WriteString ":SENS1:CORR:COLL:FPO " & Var, True
Ana.WriteString ":SENS1:CORR:COLL:FPO?", True
Var=Ana.ReadString
Related Commands
:SENS:CORR:COLL:SAVE
:SENS:CORR:COLL:ACQ:LOAD
:SENS:CORR:COLL:ACQ:OPEN
:SENS:CORR:COLL:ACQ:SHOR
Equivalent Softkey
Cal > Compen Point
Instr Setup > Fixture Compen > Compen Point
COM Command Syntax (Internal Control Only)
SCPI.SENSE(Ch).CORRECTION.COLLECT.FPOINTS
:SENS<Ch>:CORR1:COLL:SAVE
Type
Command
Syntax
:SENSe<Ch>:CORRection1:COLLect:SAVE
Description
This command calculates the user calibration data after open/short/load
measurements.
SENS:CORR2:COLL:SAVE causes an undefined header error.
Examples
Ana.WriteString ":SENS1:CORR1:COLL:SAVE", True
Related Commands
:SENS:CORR:COLL1:ACQ:LOAD
:SENS:CORR:COLL1:ACQ:OPEN
:SENS:CORR:COLL1:ACQ:SHOR
Equivalent Softkey