State
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:UPPTs:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:UPPTs:STATe value: bool = driver.source.bb.eutra.uplink.ue.cell.pusch.uppts.state.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Enables PUSCH transmission in the UpTPS part of the special subframe.
- Parameters:
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
up_pts_state: 1 | ON | 0| OFF
- set(up_pts_state: bool, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:UPPTs:STATe driver.source.bb.eutra.uplink.ue.cell.pusch.uppts.state.set(up_pts_state = False, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Enables PUSCH transmission in the UpTPS part of the special subframe.
- Parameters:
up_pts_state – 1 | ON | 0| OFF
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)