Sfbmp

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:SFBMp
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class SfbmpStruct[source]

Response structure. Fields:

  • 1 Pattern: str: numeric

  • 2 Bitcount: int: integer Range: 1 to 42

get(userEquipment=UserEquipment.Default) SfbmpStruct[source]
# [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.

Parameters:

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

Returns:

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

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

Sets the subframe bitmap.

Parameters:
  • pattern – numeric

  • bitcount – integer Range: 1 to 42

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