Mchannel
SCPI Commands :
CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MCHannel[:CLASsic]
CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MCHannel:LENergy
- class MchannelCls[source]
Mchannel commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_classic() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MCHannel[:CLASsic] value: int = driver.configure.bluetooth.measurement.rfSettings.mchannel.get_classic()
No command help available
- return:
measured_channel: No help available
- get_low_energy() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MCHannel:LENergy value: int = driver.configure.bluetooth.measurement.rfSettings.mchannel.get_low_energy()
No command help available
- return:
measured_channel: No help available
- set_classic(measured_channel: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MCHannel[:CLASsic] driver.configure.bluetooth.measurement.rfSettings.mchannel.set_classic(measured_channel = 1)
No command help available
- param measured_channel:
No help available
- set_low_energy(measured_channel: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RFSettings:MCHannel:LENergy driver.configure.bluetooth.measurement.rfSettings.mchannel.set_low_energy(measured_channel = 1)
No command help available
- param measured_channel:
No help available