Scid
SCPI Command :
[SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SCID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class ScidStruct[source]
Response structure. Fields:
1 Scid: str: No parameter help available
2 Bitcount: int: integer Range: 24 to 24
- get() ScidStruct[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SCID value: ScidStruct = driver.source.bb.btooth.econfiguration.pconfiguration.scid.get()
Sets the advertiser’s device address. For advertising channel packets, the format of the device address differs, depending on the selected address type. You can enable one or more PHYs:
‘Public Address Types’ The public address is given from the registration authority IEEE and is composed of:
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:
LSB: 24 bits = hash
MSB: 24 bits = random
- Returns:
structure: for return value, see the help for ScidStruct structure arguments.
- set(scid: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:BTOoth:ECONfiguration:PCONfiguration:SCID driver.source.bb.btooth.econfiguration.pconfiguration.scid.set(scid = rawAbc, 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. You can enable one or more PHYs:
‘Public Address Types’ The public address is given from the registration authority IEEE and is composed of:
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:
LSB: 24 bits = hash
MSB: 24 bits = random
- Parameters:
scid – numeric
bitcount – integer Range: 24 to 24