Measurement
SCPI Command :
ROUTe:BLUetooth:MEASurement<Instance>
- class MeasurementCls[source]
Measurement commands group definition. 6 total commands, 2 Subgroups, 1 group commands
- class ValueStruct[source]
Structure for reading output parameters. Fields:
Scenario: enums.TestScenario: No parameter help available
Master: str: No parameter help available
Rf_Connector: enums.RxConnector: No parameter help available
Rf_Converter: enums.RxConverter: No parameter help available
- get_value() ValueStruct[source]
# SCPI: ROUTe:BLUetooth:MEASurement<Instance> value: ValueStruct = driver.route.bluetooth.measurement.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.bluetooth.measurement.clone()
Subgroups