WcdmaMeas

SCPI Command :

ROUTe:WCDMa:MEASurement<instance>
class WcdmaMeasCls[source]

WcdmaMeas commands group definition. 5 total commands, 1 Subgroups, 1 group commands

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • Scenario: enums.TestScenarioB: No parameter help available

  • Controller: str: No parameter help available

  • Rx_Connector: enums.RxConnector: No parameter help available

  • Rx_Converter: enums.RxConverter: No parameter help available

get_value() ValueStruct[source]
# SCPI: ROUTe:WCDMa:MEASurement<instance>
value: ValueStruct = driver.route.wcdmaMeas.get_value()

No command help available

return:

structure: for return value, see the help for ValueStruct structure arguments.

Cloning the Group

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

Subgroups