Programming
485
Close
MsgBox "Get Data"
'*** Recall the LRN data from the file
Open "C:\LRN.dat" For Binary As #1
NoofByte = LOF(1)
ReDim SETData(NoofByte)
Get #1, , SETData()
Close
'*** Send the LRN data to E4990A
Ana.IO.Write SETData, NoofByte
Related Commands
:MMEM:STOR
:MMEM:STOR:STYP
:SYST:SET
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.IEEE4882.LRN
*OPC
Type
Command/Query
Syntax
*OPC
*OPC?
Description
This command sets/gets the operation complete (OPC) bit (bit 0) of the
Standard Event Status Register. When all of pending operations complete,
*OPC returns 1.
Variable
Query Response
{1}<newline><^END>
Examples