Keysight VISA.NET Help
GetAttributeDateTime Method



A constant that identifies one of the attributes (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.
Retrieves the value of the specified DateTime attribute from the native C implementation. (Keysight Specific)
Syntax
'Declaration
 
Function GetAttributeDateTime( _
   ByVal attribute As KeysightAttributeDateTime _
) As Date
'Usage
 
Dim instance As IKeysightNativeVisaSession
Dim attribute As KeysightAttributeDateTime
Dim value As Date
 
value = instance.GetAttributeDateTime(attribute)
DateTime GetAttributeDateTime( 
   KeysightAttributeDateTime attribute
)
DateTime GetAttributeDateTime( 
   KeysightAttributeDateTime attribute
) 

Parameters

attribute
A constant that identifies one of the attributes (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.

Return Value

The value of the attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025