Algorithm[:Explicit]:Array; Algorithm[:Explicit]:Define; Algorithm[:Explicit]:Array? '<Alg_Name>','<Array_Name; Algorithm[:Explicit]:Define '<Alg_Name>',[<Swap_Size>,] '<Source_Code - VXI VT1422A User Manual

Remote channel multi-function dac module user’s and scpi programming manual
Table of Contents

Advertisement

ALGorithm[:EXPLicit]:ARRay?

Parameters
Comments

ALGorithm[:EXPLicit]:DEFine

Parameters
Comments
Chapter 7
ALGorithm[:EXPLicit]:ARRay? '<alg_name>','<array_name>'
contents of <array_name> from algorithm <alg_name>. ALG:ARR? can return
contents of global arrays when <alg_name> specifies 'GLOBALS'.
Parameter
Parameter
Name
Type
alg_name
string
array_name
string
An error is generated if <alg_name> or <array_name> is not defined.
When this command is sent to an Agilent/HP E1406A command module, the
Definite Length Arbitrary Block response data will always use "Big Endian"
(Motorola) byte ordering for the packed 64-bit float values.
Returned Value: Definite length block data of IEEE-754 64-bit float
Send with VXIplug&play Function: hpe1422_cmdReal64Arr_Q(...)
ALGorithm[:EXPLicit]:DEFine '<alg_name>',[<swap_size>,] '<source_code>'
is used to define control algorithms and global variables.
Parameter
Parameter
Name
Type
alg_name
string
swap_size
numeric (uint16)
source_code
string or block data
see Comments
Use VXIplug&play function: hpe1422_downloadAlg(...). This function loads
an algorithm from a file. The VXIplug&play Soft Front Panel program allows
algorithms to be created and tested on-line, then to be stored as files.
The <alg_name> must be one of ALG1, ALG2, ALG3 etc. through ALG32 or
GLOBALS. The parameter is not case sensitive. 'ALG1' and 'alg1' are
equivalent as are 'GLOBALS' and 'globals'.
Range of
Values
ALG1 - ALG32 | GLOBALS
valid 'C' variable name
Range of
Values
ALG1 - ALG32 | GLOBALS
0 - Max Available Algorithm Memory
PIDA... | PIDB. .. | algorithm source
VT1422A Command Reference
ALGorithm
returns the
Default
Units
none
none
Default
Units
none
words
none
239

Advertisement

Table of Contents
loading

Table of Contents