Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing trigger functionality api's in bladerf python binding #963

Open
venky0108 opened this issue Apr 19, 2024 · 0 comments
Open

missing trigger functionality api's in bladerf python binding #963

venky0108 opened this issue Apr 19, 2024 · 0 comments

Comments

@venky0108
Copy link

bladerf python binding doesn't have bladerf trigger functions available in libbladerf documentation. I want to synchronize two bladerf A4 boards for four channel phase coherent operation . I have shared clock of one board by using

Master:
self.device.set_clock_output(1)
self.clk_out=self.device.get_clock_output()
self.clk_in_sel=self.device.get_clock_select()

Slave:
sel=_bladerf.ClockSelect(1)
self.device.set_clock_select(sel)
self.clk_out=self.device.get_clock_output()
self.clk_in_sel=self.device.get_clock_select()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant