Skip to content

Commit ee296f9

Browse files
author
Dilmi Wickramanayake
committed
Merge branch 'users/DilmiWickramanayake/Analog_Input_filtering' of https://github.com/ni/nipanel-python into users/DilmiWickramanayake/Analog_Input_filtering
2 parents 957ef54 + 79ae4db commit ee296f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/nidaqmx_analog_input_filtering/nidaqmx_analog_input_filtering_panel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
with right_col:
196196
with st.container(border=True):
197197
st.title("Trigger Settings")
198-
tab1, tab2, tab3, tab4, tab5, tab6, tab7, tab8 = st.tabs(
198+
tab1, tab2, tab3, tab4, tab5, tab6, tab7 = st.tabs(
199199
[
200200
"No Trigger",
201201
"Digital Start",
@@ -204,7 +204,6 @@
204204
"Analog Start",
205205
"Analog Pause",
206206
"Analog Reference",
207-
"Time Start",
208207
]
209208
)
210209
with tab1:

0 commit comments

Comments
 (0)