IC-Imaging-Control-Samples icon indicating copy to clipboard operation
IC-Imaging-Control-Samples copied to clipboard

Getting the exposure time

Open Passi089 opened this issue 5 months ago • 3 comments

Hallo Stefan,

vielleciht kannst du mir weiterhelfen. In meinem Porgramm kann ich die device properties aufrufen und darüber auch die exposure time setzten. Dies ermöglicht mir die folgenden Zeilen:

def ShowProperties(): if ic.DeviceValid is True: ic.ShowPropertyDialog() ic.SaveDeviceStateToFile("device.xml")

Nun möchte ich das die dabei gesetzte exposure time in einer python variable gespeichert wird. ich weiß jedoch nicht wie ich darauf zugreifen kann. Hast du eine Idee für mich? Danke schonmal.

Passi089 avatar Jan 22 '24 10:01 Passi089