StwBand

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:STWBand
class StwBandCls[source]

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

get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:STWBand
value: int = driver.source.bb.eutra.uplink.ue.emtc.trans.stwBand.get(userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)

Sets the first wideband used for the PSUCH/PUCCH transmission.

param userEquipment

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

param transmission

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

return

start_wideband: integer

set(start_wideband: int, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:STWBand
driver.source.bb.eutra.uplink.ue.emtc.trans.stwBand.set(start_wideband = 1, userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)

Sets the first wideband used for the PSUCH/PUCCH transmission.

param start_wideband

integer

param userEquipment

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

param transmission

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