DriverIdentity¶
Access interface members using:driver.identityWheredriveris a reference to the driver’s root interface returned by the constructor.
- class DriverIdentity¶
The driver identity node in the driver hierarchy.
- 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.
- property identifier¶
The case-sensitive unique identifier of the implementing instrument driver.
- Access:
ReadOnly
- Type:
- 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:
- 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:
- 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:
