Sfbmp

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:SFBMp
class SfbmpCls[source]

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

class SfbmpStruct[source]

Response structure. Fields:

  • Pattern: List[str]: numeric

  • Bitcount: int: integer Range: 1 to 42

get(userEquipment=UserEquipment.Default) SfbmpStruct[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:SFBMp
value: SfbmpStruct = driver.source.bb.eutra.uplink.ue.sl.rdata.sfbmp.get(userEquipment = repcap.UserEquipment.Default)

Sets the subframe bitmap.

param userEquipment

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

return

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

set(pattern: List[str], bitcount: int, userEquipment=UserEquipment.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:SFBMp
driver.source.bb.eutra.uplink.ue.sl.rdata.sfbmp.set(pattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1, userEquipment = repcap.UserEquipment.Default)

Sets the subframe bitmap.

param pattern

numeric

param bitcount

integer Range: 1 to 42

param userEquipment

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)