ScAssigned

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SCASsigned
class ScAssignedCls[source]

ScAssigned commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class ScAssignedStruct[source]

Response structure. Fields:

  • Sc_Assigned: List[str]: No parameter help available

  • Bitcount: int: integer Range: 24 to 24

get() ScAssignedStruct[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SCASsigned
value: ScAssignedStruct = driver.source.bb.btooth.econfiguration.pconfiguration.scAssigned.get()

Sets the advertiser’s device address. For advertising channel packets, the format of the device address differs, depending on the selected address type.

INTRO_CMD_HELP: You can enable one or more PHYs:

  • ‘Public Address Types’ The public address is given from the registration authority IEEE and is composed of:

Table Header:

  • LSB: 24 bits = company_assigned

  • MSB: 24 bits = company_id

  • ‘Random Address Type’ is a 48-bits random static device address.

  • ‘Private Address Type’ A private address is optional and composed of:

Table Header:

  • LSB: 24 bits = hash

  • MSB: 24 bits = random

return

structure: for return value, see the help for ScAssignedStruct structure arguments.

set(sc_assigned: List[str], bitcount: int) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SCASsigned
driver.source.bb.btooth.econfiguration.pconfiguration.scAssigned.set(sc_assigned = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1)

Sets the advertiser’s device address. For advertising channel packets, the format of the device address differs, depending on the selected address type.

INTRO_CMD_HELP: You can enable one or more PHYs:

  • ‘Public Address Types’ The public address is given from the registration authority IEEE and is composed of:

Table Header:

  • LSB: 24 bits = company_assigned

  • MSB: 24 bits = company_id

  • ‘Random Address Type’ is a 48-bits random static device address.

  • ‘Private Address Type’ A private address is optional and composed of:

Table Header:

  • LSB: 24 bits = hash

  • MSB: 24 bits = random

param sc_assigned

numeric

param bitcount

integer Range: 24 to 24