Spath

SCPI Commands :

ROUTe:WLAN:MEASurement<Instance>:SPATh:COUNt
ROUTe:WLAN:MEASurement<Instance>:SPATh
class SpathCls[source]

Spath commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_count() int[source]
# SCPI: ROUTe:WLAN:MEASurement<Instance>:SPATh:COUNt
value: int = driver.route.wlan.measurement.spath.get_count()

No command help available

return:

signal_path_count: No help available

get_value() List[str][source]
# SCPI: ROUTe:WLAN:MEASurement<Instance>:SPATh
value: List[str] = driver.route.wlan.measurement.spath.get_value()

No command help available

return:

signal_path: No help available

set_value(signal_path: List[str]) None[source]
# SCPI: ROUTe:WLAN:MEASurement<Instance>:SPATh
driver.route.wlan.measurement.spath.set_value(signal_path = ['abc1', 'abc2', 'abc3'])

No command help available

param signal_path:

No help available