Sfbmp
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDISc:SFBMp
- class SfbmpCls[source]
Sfbmp commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class SfbmpStruct[source]
Response structure. Fields:
Pattern: str: numeric
Bitcount: int: integer Range: 1 to 42
- get(userEquipment=UserEquipment.Default) SfbmpStruct [source]
# SCPI: [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.
- 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: str, bitcount: int, userEquipment=UserEquipment.Default) None [source]
# SCPI: [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.
- param pattern
numeric
- param bitcount
integer Range: 1 to 42
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)