E4990A Help  
572 
 
Query Response 
{numeric}<newline><^END> 
Examples 
Dim Var as Long 
Ana.WriteString ":SERV:CHAN1:ATR:COUN?", True 
Var=Ana.ReadNumber 
Equivalent Softkey 
No equivalent key is available on the front panel. 
COM Command Syntax (Internal Control Only) 
SCPI.SERVICE.CHANNEL(Ch).ATRACE.COUNT 
 
:SERV:CHAN<Ch>:CAL<Type>:LOAD 
Type 
Query 
Syntax 
:SERVice:CHANnel<Ch>:CAL<Type>:LOAD? 
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:LOAD?", 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).LOAD 
 
:SERV:CHAN(Ch):CAL<Type>:OPEN 
Type 
Query 
Syntax