Skip to content

Commit

Permalink
Update aux_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manjavacas authored Apr 10, 2023
1 parent 72bda66 commit 31b578e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/code/aux_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
toolkit.get_available_ids(fls)

# Get connections for a given CV
toolkit.get_fl_connections(cv)
toolkit.get_connected_cvs(cv)
toolkit.get_fl_connections('CV001')
toolkit.get_connected_cvs('CV001')

# Recursively, obtain related CFs
for cf in toolkit.get_connected_cfs('FL001'):
print(cf)

for cf in toolkit.get_connected_cfs('CF001'):
print(cf)
print(cf)

0 comments on commit 31b578e

Please sign in to comment.