Skip to content

Commit 164ebc3

Browse files
docs: update the initialize_niswitch_multiplexer_session(s) APIs docstring (#958)
docs: update the initialize_niswitch_multiplexer docstrings
1 parent f6bdd6c commit 164ebc3

File tree

1 file changed

+6
-6
lines changed
  • packages/service/ni_measurement_plugin_sdk_service/session_management

1 file changed

+6
-6
lines changed

packages/service/ni_measurement_plugin_sdk_service/session_management/_reservation.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def initialize_niswitch_multiplexer_session(
435435
Args:
436436
topology: Specifies the switch topology. If this argument is not
437437
specified, the default value is "Configured Topology", which you
438-
may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_TOPOLOGY`` in
438+
may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_MULTIPLEXER_TOPOLOGY`` in
439439
the configuration file (``.env``).
440440
441441
simulate: Enables or disables simulation of the switch module. If
@@ -498,7 +498,7 @@ def initialize_niswitch_multiplexer_sessions(
498498
Args:
499499
topology: Specifies the switch topology. If this argument is not
500500
specified, the default value is "Configured Topology", which you
501-
may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_TOPOLOGY`` in
501+
may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_MULTIPLEXER_TOPOLOGY`` in
502502
the configuration file (``.env``).
503503
504504
simulate: Enables or disables simulation of the switch module. If
@@ -2637,13 +2637,13 @@ def initialize_niswitch_multiplexer_session(
26372637
Args:
26382638
topology: Specifies the switch topology. If this argument is not
26392639
specified, the default value is "Configured Topology", which you
2640-
may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_TOPOLOGY`` in
2640+
may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_MULTIPLEXER_TOPOLOGY`` in
26412641
the configuration file (``.env``).
26422642
26432643
simulate: Enables or disables simulation of the switch module. If
26442644
this argument is not specified, the default value is ``False``,
26452645
which you may override by setting
2646-
``MEASUREMENT_PLUGIN_NISWITCH_SIMULATE`` in the configuration file
2646+
``MEASUREMENT_PLUGIN_NISWITCH_MULTIPLEXER_SIMULATE`` in the configuration file
26472647
(``.env``).
26482648
26492649
reset_device: Specifies whether to reset the switch module during
@@ -2686,13 +2686,13 @@ def initialize_niswitch_multiplexer_sessions(
26862686
Args:
26872687
topology: Specifies the switch topology. If this argument is not
26882688
specified, the default value is "Configured Topology", which you
2689-
may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_TOPOLOGY`` in
2689+
may override by setting ``MEASUREMENT_PLUGIN_NISWITCH_MULTIPLEXER_TOPOLOGY`` in
26902690
the configuration file (``.env``).
26912691
26922692
simulate: Enables or disables simulation of the switch module. If
26932693
this argument is not specified, the default value is ``False``,
26942694
which you may override by setting
2695-
``MEASUREMENT_PLUGIN_NISWITCH_SIMULATE`` in the configuration file
2695+
``MEASUREMENT_PLUGIN_NISWITCH_MULTIPLEXER_SIMULATE`` in the configuration file
26962696
(``.env``).
26972697
26982698
reset_device: Specifies whether to reset the switch module during

0 commit comments

Comments
 (0)