NrMmwMeas

SCPI Command :

ROUTe:NRMMw:MEASurement<Instance>
class NrMmwMeasCls[source]

NrMmwMeas commands group definition. 5 total commands, 2 Subgroups, 1 group commands

class ValueStruct[source]

Structure for reading output parameters. Fields:

  • Scenario: enums.Scenario: No parameter help available

  • Controller: str: No parameter help available

  • Rx_Connector: enums.RxConnector: No parameter help available

  • Rf_Converter: enums.RfConverter: No parameter help available

get_value() ValueStruct[source]
# SCPI: ROUTe:NRMMw:MEASurement<Instance>
value: ValueStruct = driver.route.nrMmwMeas.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.nrMmwMeas.clone()

Subgroups