Keysight Pathwave 89600 VSA .NET API
UserSCPIPreset Property
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.N4010 Namespace > InputExtension Class : UserSCPIPreset Property


Glossary Item Box

Gets or sets N4010 setup commands that are not set by the 89601 software

Syntax

Visual Basic (Declaration) 
Public MustOverride Property UserSCPIPreset As String
C# 
public abstract string UserSCPIPreset {get; set;}
C++/CLI 
public:
abstract property String^ UserSCPIPreset {
   String^ get();
   void set (    String^ value);
}

Remarks

This parameter is useful for setting parameters on the N4010 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 N4010 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.

For detailed information on SCPI commands for the N4010, refer to N4010 programming documentation.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also