UeChannels

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:UECHannels:BSFSelection
class UeChannelsCls[source]

UeChannels commands group definition. 7 total commands, 1 Subgroups, 1 group commands

get_bsf_selection() AutoManualMode[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:UECHannels:BSFSelection
value: enums.AutoManualMode = driver.configure.wcdmaMeas.ueChannels.get_bsf_selection()

No command help available

return:

selection: No help available

set_bsf_selection(selection: AutoManualMode) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:UECHannels:BSFSelection
driver.configure.wcdmaMeas.ueChannels.set_bsf_selection(selection = enums.AutoManualMode.AUTO)

No command help available

param selection:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.wcdmaMeas.ueChannels.clone()

Subgroups