Visual Basic (Declaration) | |
---|---|
Public MustOverride Property UserSCPIPreset As String |
C# | |
---|---|
public abstract string UserSCPIPreset {get; set;} |
This parameter is useful for setting parameters on the PSA that you cannot set directly from the 89600 user interface.
You can enter SCPI commands separated by semicolons. SCPI Query commands are not supported. Whenever the 89600 needs to preset the PSA it will send these user SCPI commands followed by other commands from the 89600.
Be aware that the 89600 preset will overwrite conflicting user SCPI commands.
Example commands
:SYST:ERR:VERB 1;:WAV:ADC:DITH 1
turns on verbose error messages on the PSA front panel and also turns on auto dithering
For detailed information on SCPI commands for the PSA, refer to PSA programming documentation.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)