Sfbmp
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDISc:SFBMp
- Commands in total: 1Subgroups: 0Direct 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:RDISc:SFBMp value: SfbmpStruct = driver.source.bb.eutra.uplink.ue.sl.rdisc.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:RDISc:SFBMp driver.source.bb.eutra.uplink.ue.sl.rdisc.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’)