Packets

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:PACKets:BEDR
class Packets[source]

Packets commands group definition. 10 total commands, 3 Sub-groups, 1 group commands

get_bedr()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:PACKets[:BEDR]
value: int = driver.configure.rxQuality.packets.get_bedr()

Defines the number of data packets to be measured per measurement cycle (statistics cycle) .

return

number_packets: numeric Range: 1 to 400E+3

set_bedr(number_packets: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:PACKets[:BEDR]
driver.configure.rxQuality.packets.set_bedr(number_packets = 1)

Defines the number of data packets to be measured per measurement cycle (statistics cycle) .

param number_packets

numeric Range: 1 to 400E+3

Cloning the Group

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

Subgroups