Ntrans
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:NTRans
- class NtransCls[source]
Ntrans 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>]:REFSig:SRS:NTRans value: int = driver.source.bb.eutra.uplink.ue.cell.refsig.srs.ntrans.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Sets the number of SRS transmissions.
- 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
transmissions: integer Range: 0 to (10*SeqLengthARB - 1)
- set(transmissions: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:NTRans driver.source.bb.eutra.uplink.ue.cell.refsig.srs.ntrans.set(transmissions = 1, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)
Sets the number of SRS transmissions.
- param transmissions
integer Range: 0 to (10*SeqLengthARB - 1)
- 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’)