Subf<SubframeNull>
RepCap Settings
# Range: Nr0 .. Nr200
rc = driver.source.bb.eutra.uplink.ue.cell.refsig.srs.subf.repcap_subframeNull_get()
driver.source.bb.eutra.uplink.ue.cell.refsig.srs.subf.repcap_subframeNull_set(repcap.SubframeNull.Nr0)
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:SUBF<SUBFIDX>
- class SubfCls[source]
Subf commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: SubframeNull, default value after init: SubframeNull.Nr0
- get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default, subframeNull=SubframeNull.Default) → int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:SUBF<SUBFIDX> value: int = driver.source.bb.eutra.uplink.ue.cell.refsig.srs.subf.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default)
Sets the subframes in that SRS is transmitted.
- 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’)
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- return
subframe: integer Range: 0 to (10*SeqLengthARB - 1)
- set(subframe: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default, subframeNull=SubframeNull.Default) → None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:SUBF<SUBFIDX> driver.source.bb.eutra.uplink.ue.cell.refsig.srs.subf.set(subframe = 1, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default)
Sets the subframes in that SRS is transmitted.
- param subframe
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’)
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.uplink.ue.cell.refsig.srs.subf.clone()