DriverIdentity

Access interface members using: driver.identity
Where driver is a reference to the driver’s root interface returned by the constructor.
class DriverIdentity

The driver identity node in the driver hierarchy.

property description

A brief description of the implementing component.

Access:

ReadOnly

Type:

str

get_supported_instrument_models(self: keysight_kt34400.keysight_kt34400.DriverIdentity) List[str]

Returns the list of instrument models that the driver can control. The string does not include an abbreviation for the manufacturer if it is the same for all models.

Returns:

Array of instrument models.

Return type:

list[str]

property identifier

The case-sensitive unique identifier of the implementing instrument driver.

Access:

ReadOnly

Type:

str

property instrument_firmware_revision

The firmware revision reported by the physical instrument. If Simulation is enabled or the instrument is not capable of reporting the firmware revision, a string is returned that explains the condition.

Access:

ReadOnly

Type:

str

property instrument_manufacturer

The name of the manufacturer reported by the physical instrument. If Simulation is enabled or the instrument is not capable of reporting the name of the manufacturer, a string is returned that explains the condition.

Access:

ReadOnly

Type:

str

property instrument_model

The model number or name reported by the physical instrument. If Simulation is enabled or the instrument is not capable of reporting the model number or name, a string is returned that explains the condition.

Access:

ReadOnly

Type:

str

property revision

The revision of the implementing component.

Access:

ReadOnly

Type:

str

property vendor

The name of the vendor that supplies the implementing component.

Access:

ReadOnly

Type:

str