UwbMeas

SCPI Command :

ROUTe:UWB:MEAS<instance>:SPATh
class UwbMeasCls[source]

UwbMeas commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_spath() str[source]
# SCPI: ROUTe:UWB:MEAS<instance>:SPATh
value: str = driver.route.uwbMeas.get_spath()

Selects the RF connection (signal input path) for the measured signal. For possible connection names, see method RsCMPX_UwbMeas.Catalog.UwbMeas.spath.

return:

signal_path: No help available

set_spath(signal_path: str) None[source]
# SCPI: ROUTe:UWB:MEAS<instance>:SPATh
driver.route.uwbMeas.set_spath(signal_path = 'abc')

Selects the RF connection (signal input path) for the measured signal. For possible connection names, see method RsCMPX_UwbMeas.Catalog.UwbMeas.spath.

param signal_path:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.route.uwbMeas.clone()

Subgroups