StsFrame
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:STSFrame
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) int[source]
# [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.
- 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_subframe: integer Range: 0 to 10000
- set(start_subframe: int, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None[source]
# [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.
- Parameters:
start_subframe – integer Range: 0 to 10000
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’)