1204
Source (Internal)
Slot Status Query (Remote Command Only)
Returns the status of the specified slot.
Slots Free Query (Remote Command Only)
Returns the number of license slots free.
Dependencies: This key is only available if the currently selected slot is in the trial state or the
lock required state.
Initial S/W Revision: A.05.00
Remote Command: :SYSTem:LKEY:WAVeform:STATus? <int>
or
:SYSTem:LICense[:FPACk]:WAVeform:STATus? <int>
Example: :SYST:LKEY:WAV:STAT? 1
<"Locked"
or
:SYST:LIC:WAV:STAT? 1
<"Locked"
Notes: The second SCPI :SYSTem:LICense[:FPACk]:WAVeform:STATus is
provided to be consistent with the style of Agilent signal sources. You can use
either one of them.
Waveform slot number <int> is positive. If you attmpt to input a slot number
less than or equals 0, an error is generated. "-220 Parameter error; License slot
<n> is illegal, slot number must be positive"
Result type is string. If input slot number exceeds total available slot number,
"Nonexistent" is returned.
Range: "Locked" | "Available" | "Trail" | "LockRequired" | "Nonexistent"
Initial S/W Revision: A.05.00
Remote Command: :SYSTem:LKEY:WAVeform:FREE?
or
:SYSTem:LICense[:FPACk]:WAVeform:FREE?
Example: :SYST:LKEY:WAV:FREE?
or
:SYST:LIC:WAV:FREE?
Notes: The second SCPI :SYSTem:LICense[:FPACk]:WAVeform:FREE is provided
to be consistent with the style of Agilent signal sources. You can use either
one of them.
Initial S/W Revision: A.05.00