Perspective: programmatically scan barcode

Hi all,
is there any news about the possibility to scan a barcode programmatically from a Python piece of code, i.e. by issueing a system.perspective.xxxxxx command?
Some time ago it seemd to be in the roadmap:

Thanks in advance, regards

No, just the action:

Thanks @pturmel .That's a problem in my case, because I need to trigger a scan depending on a tag ValueChanged event, where I've to decide if a scan is needed or not.

What if no session is open? Or user pointing at the barcode? (Seems very strange to drive such from a tag. Perhaps you need a standalone scanner connected to the gateway?)

Hi @pturmel , you are right, a session must be open, that's not an option.