Programming
573
:SERVice:CHANnel<Ch>:CAL<Type>:OPEN?
Description
This command returns the number of data for correction table.
(<type>: User calibration=1, Fixture Compensation=2)
Query Response
{numeric 1}, ... , {numeric NOP×2}<newline><^END>
{numeric (n×2)-1}: Value at N-th point (Primary)
{numeric (n×2)}: Value at N-th point (Secondary)
Examples
Dim Var as Variant
Ana.WriteString ":SERV:CHAN1:CAL1:OPEN?", True
Var=Ana.ReadList
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.SERVICE.CHANNEL(Ch).CAL(Type).OPEN
:SERV:CHAN<Ch>:CAL<Type>:SHORT
Type
Query
Syntax
:SERVice:CHANnel<Ch>:CAL<Type>:SHORT?
Description
This command returns the number of data for correction table.
(<type>: User calibration=1, Fixture Compensation=2)
Query Response
{numeric 1}, ... , {numeric NOP×2}<newline><^END>
{numeric (n×2)-1}: Value at N-th point (Primary)
{numeric (n×2)}: Value at N-th point (Secondary)
Examples
Dim Var as Variant
Ana.WriteString ":SERV:CHAN1:CAL1:SHORT?", True
Var=Ana.ReadList
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)