StwBand

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:STWBand
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) int[source]
# [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.

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

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

Returns:

start_wideband: integer

set(start_wideband: int, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None[source]
# [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.

Parameters:
  • start_wideband – integer

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

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