StsFrame

SCPI Command :

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

StsFrame 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>:STSFrame
value: int = driver.source.bb.eutra.uplink.ue.emtc.trans.stsFrame.get(userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)

Sets the subframe number in that the PUSCH/PUCCH allocation is scheduled for the first time.

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_subframe: integer Range: 0 to 10000

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

Sets the subframe number in that the PUSCH/PUCCH allocation is scheduled for the first time.

param start_subframe

integer Range: 0 to 10000

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’)