Skip to content

Commit 64a5a10

Browse files
removing input() for non-interactive use of example
1 parent 964ab9e commit 64a5a10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nirfsg/examples/nirfsg_cw.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ def example(resource_name, options, frequency, power_level):
1414

1515
# Start generation
1616
with session.initiate():
17-
input("Press Enter to stop generation")
17+
# input("Press Enter to stop generation")
18+
pass
1819

1920

2021
def _main(argsv):

0 commit comments

Comments
 (0)