You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The protocol data type could also its own class that inherits from dictionary. Then the protocol type becomes a class attribute not a dictionary key.
test.protocol.name = str('ramp') # Not even a dictionary key.
One major goal of the test protocol dictionary redesign is to do away with the aliased sub-dictionary 'injected_square_current' that currently inhabits test.protocol.
The text was updated successfully, but these errors were encountered:
russelljjarvis
changed the title
NU test.protocol should be flat or easier/more predictable to traverse iterate.
NU test.protocol should be flat or easier/more predictable to traverse.
Jun 6, 2020
russelljjarvis
changed the title
NU test.protocol should be flat or easier/more predictable to traverse.
NU test.protocol should be flat or more predictable to traverse.
Jun 6, 2020
It could be possible to have a
stimulation_type
key at the same level as other keys.Examples:
The protocol data type could also its own class that inherits from dictionary. Then the protocol type becomes a class attribute not a dictionary key.
One major goal of the test protocol dictionary redesign is to do away with the aliased sub-dictionary
'injected_square_current'
that currently inhabitstest.protocol
.The text was updated successfully, but these errors were encountered: