Sense

SCPI Commands

SENSe:BLUetooth:SIGNaling<Instance>:CMAP
class Sense[source]

Sense commands group definition. 35 total commands, 4 Sub-groups, 1 group commands

get_cmap()List[int][source]
# SCPI: SENSe:BLUetooth:SIGNaling<Instance>:CMAP
value: List[int] = driver.sense.get_cmap()

Queries channels used by adaptive frequency hopping (AFH) .

return

afh_channel_map: decimal 79 comma-separated values, one value per channel: 0: channel is blocked for AFH 1: channel is released for AFH Range: 0 to 1

Cloning the Group

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

Subgroups