Changes the current
Condition to the indicated type (if necessary) and returns an appropriately typed handle to the
EventCondition object.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads MustOverride Function SetExtension(Of T As EventCondition)() As T |
C++/CLI | |
---|
public:
abstract T^ SetExtensiongeneric<typename T>
();
where T: EventCondition |
Type Parameters
- T
- The desired EventCondition type.
Return Value
A correctly typed handle to the requested
EventCondition object. If the requested
EventCondition is not available, an exception is thrown. In this case, the previous
EventCondition is left unchanged.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
Minimum Software Version Requirement: Keysight PathWave 89600 VSA
Ver 28.00
See Also