Keysight Pathwave 89600 VSA .NET API
GetParsedArrayValueOrDefault Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > CapabilityReadOnlyDictionary Class : GetParsedArrayValueOrDefault Method


Glossary Item Box

Gets the value associated with the specified key or a default value if the key is not found.

Overload List

OverloadDescription
GetParsedArrayValueOrDefault<T>(String,T[])Gets the value associated with the specified key or a default value if the key is not found.  
GetParsedArrayValueOrDefault(String,String[])Gets the value associated with the specified key and parses it into an array of strings or a default value if the key is not found. The delimiter used is a space and single quotes can be used to include spaces in a single string.  

Requirements

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

See Also