pmk_probes.power_supplies.PS08

class PS08(com_port: str | None = None, ip_address: str | None = None, verbose: bool = False)

Bases: _PMKPowerSupply

Class to control a PS08 power supply.

Methods

close

Disconnects the power supply to free the serial connection.

Attributes

connected_probes

Show all connected probes for this power supply.

metadata

Read the probe's metadata.

close()

Disconnects the power supply to free the serial connection.

property connected_probes: tuple[Any, ...]

Show all connected probes for this power supply.

property metadata: PMKMetadata

Read the probe’s metadata.

Getter:

Returns the probe’s metadata.