Python help

I am trying to use Python to interface with FrontPanel. Is there a way to read/write from the Host Interface Pins? If so, what are the register values I need to read from and write to?

Thanks

I’m not sure what you mean by “the host interface pins”.

The API abstracts the entire communication link between the PC and the endpoints (wires, triggers, and pipes). No finer granularity is provided by the API. So, if you mean that you want to wiggle the pins to the FPGA under your own control, this is not possible.