
1258
Source (Internal)
Query List Sequence Initiation Armed Status (Remote Command Only)
This is a blocking SCPI query to determine if source list sequence being initiated successfully or not.
Source PresetAllows you to preset the source settings to their default values.
Source Self TestInternal Source
This key in the System, Diagnostics menu gives you access to diagnostic capabilities of Internal Source
of the instrument.
Source Self Test
This key invokes internal source self test. When operation is complete, the generated test summary file
is: E:\Agilent\Instrument\CRFSSelfTestLog.txt. This test summary file can be retrieved from the
instrument using the MMEM set of SCPI command, once you have the fully qualified path and file
name.
Remote Command: :SOURce:LIST:INITiation:ARMed?
Example: SOUR:LIST:INIT:ARMed?
Notes: The return data is in the following format: Integer
Notes: Query only SCPI. Returning “1” if list sequence has been initiated
successfully, returning “0” if not. Once get “0”, you can use :SYST:ERR? to
query what error happened.
Just like “*OPC?”, this command can be blocked until event/status
“IsSourceSweeping” happens, and then returns. Doing so can help user’s
script query armed status only once during the time interval of the initiation.
As an ancillary SCPI of existing SCPI “:SOUR:LIST:TRIGger[:IMMediate]”
(see “Initiate Sequence” on page 1220 Initiate Sequence), the right usage of
this command is to use it after “:SOUR:LIST:TRIG”. If not, this command
will return “1” immediately.
Notes: There is an alias SCPI “:SOURce:LIST:TRIGger:INITiation:ARMed?”.
Initial S/W Revision: A.09.40
Key Path: Source
Remote Command: :SOURce:PRESet
Example: SOUR:PRES
Key Path: System, Diagnostics
Initial S/W Revision: Prior to A.09.20