Nsym
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:UPPTs:NSYM
- class NsymCls[source]
Nsym commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:UPPTs:NSYM value: int = driver.source.bb.eutra.uplink.ue.cell.pusch.uppts.nsym.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Sets the number of symbols used for the PUSCH transmission.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
up_pts_num_sym: integer Range: 1 to 472
- set(up_pts_num_sym: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:PUSCh:UPPTs:NSYM driver.source.bb.eutra.uplink.ue.cell.pusch.uppts.nsym.set(up_pts_num_sym = 1, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Sets the number of symbols used for the PUSCH transmission.
- param up_pts_num_sym
integer Range: 1 to 472
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)