StnBand
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:STNBand
- class StnBandCls[source]
StnBand 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>:STNBand value: int = driver.source.bb.eutra.uplink.ue.emtc.trans.stnBand.get(userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)
Sets the start NB of 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_narrow_band: integer Range: 0 to number of available narrowbands
- set(start_narrow_band: int, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:STNBand driver.source.bb.eutra.uplink.ue.emtc.trans.stnBand.set(start_narrow_band = 1, userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)
Sets the start NB of the PSUCH/PUCCH transmission.
- param start_narrow_band
integer Range: 0 to number of available narrowbands
- 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’)