| Keysight.Visa Namespace : KeysightAttributeDateTime Enumeration |
'DeclarationPublic Enum KeysightAttributeDateTime Inherits System.Enum
'UsageDim instance As KeysightAttributeDateTime
public enum KeysightAttributeDateTime : System.Enum
public enum class KeysightAttributeDateTime : public System.Enum
| Member | Description |
|---|---|
| TcpServerCertExpirationDate | A 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. |
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.
System.Object
System.ValueType
System.Enum
Keysight.Visa.KeysightAttributeDateTime
Current with Keysight IO Libraries Suite 18