Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Function Create( _ ByVal measurementType As Type, _ ByVal name As String _ ) As Measurement |
C# | |
---|---|
public abstract Measurement Create( Type measurementType, string name ) |
C++/CLI | |
---|---|
public: abstract Measurement^ Create( Type^ measurementType, String^ name ) |
Parameters
- measurementType
- The type of measurement to create.
- name
- The name to assign to the new measurement.
Return Value
A handle to the new measurement.Multiple measurements are not supported prior to release 15.0 of the Keysight 89600 VSA software.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)