Keysight VISA.NET Help
KeysightAttributeDateTime Enumeration



Defines a list of standard (native) VISA C string attributes and Keysight-specific VISA C attributes. The value assigned to each member matches the value assigned to the corresponding VISA C attribute.
Syntax
'Declaration
 
Public Enum KeysightAttributeDateTime 
   Inherits System.Enum
'Usage
 
Dim instance As KeysightAttributeDateTime
public enum KeysightAttributeDateTime : System.Enum 
public enum class KeysightAttributeDateTime : public System.Enum 
Members
MemberDescription
TcpServerCertExpirationDateA standard VISA read-only attribute with value 0xbfff0272 (VI_ATTR_TCPIP_SERVER_CERT_EXPIRATION_DATE). Use with IKeysightNativeVisaSession.GetAttributeDateTime, or (recommended) use the corresponding TcpipSession.ServerCertificateExpirationDate or TcpipSocketSession.ServerCertificateExpirationDate property, depending on the session type.
Remarks

Use this enumeration to supply legal values to the GetAttributeDateTime method defined in the IKeysightNativeVisaSession interface. All session classes derive from this interface, and so may be cast to this interface. There are several overloads of the IKeysightNativeVisaSession.GetAttributeDateTime method in this interface. To minimize the potential for error, Keysight recommends using the overload that uses this enumeration.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Keysight.Visa.KeysightAttributeDateTime

Requirements

Current with Keysight IO Libraries Suite 18

See Also

Reference

Keysight.Visa Namespace

 

 


© Keysight Technologies 2015-2025