Configure

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:HWINterface
CONFigure:BLUetooth:MEASurement<Instance>:CPRotocol
CONFigure:BLUetooth:MEASurement<Instance>:GDELay
CONFigure:BLUetooth:MEASurement<Instance>:CFILter
CONFigure:BLUetooth:MEASurement<Instance>:OTHReshold
class ConfigureCls[source]

Configure commands group definition. 353 total commands, 10 Subgroups, 5 group commands

get_cfilter() FilterWidth[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:CFILter
value: enums.FilterWidth = driver.configure.get_cfilter()

No command help available

return:

capture_filter: No help available

get_cprotocol() CommProtocol[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:CPRotocol
value: enums.CommProtocol = driver.configure.get_cprotocol()

No command help available

return:

comm_protocol: No help available

get_gdelay() float[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:GDELay
value: float = driver.configure.get_gdelay()

No command help available

return:

delay: No help available

get_hw_interface() HwInterface[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HWINterface
value: enums.HwInterface = driver.configure.get_hw_interface()

No command help available

return:

hw_interface: No help available

get_othreshold() float[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:OTHReshold
value: float = driver.configure.get_othreshold()

No command help available

return:

overdriven_threshold: No help available

set_cfilter(capture_filter: FilterWidth) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:CFILter
driver.configure.set_cfilter(capture_filter = enums.FilterWidth.NARRow)

No command help available

param capture_filter:

No help available

set_cprotocol(comm_protocol: CommProtocol) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:CPRotocol
driver.configure.set_cprotocol(comm_protocol = enums.CommProtocol.HCI)

No command help available

param comm_protocol:

No help available

set_gdelay(delay: float) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:GDELay
driver.configure.set_gdelay(delay = 1.0)

No command help available

param delay:

No help available

set_hw_interface(hw_interface: HwInterface) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:HWINterface
driver.configure.set_hw_interface(hw_interface = enums.HwInterface.NONE)

No command help available

param hw_interface:

No help available

set_othreshold(overdriven_threshold: float) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:OTHReshold
driver.configure.set_othreshold(overdriven_threshold = 1.0)

No command help available

param overdriven_threshold:

No help available

Cloning the Group

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

Subgroups