We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3968b91 commit c658320Copy full SHA for c658320
1 file changed
examples/nidcpower_source_dc_voltage/teststand_fixture.py
@@ -41,7 +41,7 @@ def create_nidcpower_sessions(pin_map_id: str):
41
grpc_channel_pool.get_grpc_device_channel(
42
nidcpower.GRPC_SERVICE_INTERFACE_NAME
43
),
44
- session_name=session_info.session,
+ session_name=session_info.session_name,
45
initialization_behavior=nidcpower.SessionInitializationBehavior.INITIALIZE_SERVER_SESSION,
46
)
47
@@ -74,7 +74,7 @@ def destroy_nidcpower_sessions():
74
75
76
77
78
initialization_behavior=nidcpower.SessionInitializationBehavior.ATTACH_TO_SERVER_SESSION,
79
80
0 commit comments