Subf<SubframeNull>
SCPI Command :
[SOURce<HW>]:BB:V5G:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:SYM<SRSIDX>:SUBF<SUBFIDX>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr0 .. Nr200 driver.source.bb.v5G.uplink.ue.cell.refsig.srs.sym.subf.repcap_subframeNull_set(repcap.SubframeNull.Nr0)
- get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default, indexNull=IndexNull.Default, subframeNull=SubframeNull.Default) → int[source]
# [SOURce<HW>]:BB:V5G:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:SYM<SRSIDX>:SUBF<SUBFIDX> value: int = driver.source.bb.v5G.uplink.ue.cell.refsig.srs.sym.subf.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default, subframeNull = repcap.SubframeNull.Default)
No help available
- 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’)
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sym’)
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- set(subframe: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default, indexNull=IndexNull.Default, subframeNull=SubframeNull.Default) → None[source]
# [SOURce<HW>]:BB:V5G:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:SYM<SRSIDX>:SUBF<SUBFIDX> driver.source.bb.v5G.uplink.ue.cell.refsig.srs.sym.subf.set(subframe = 1, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default, subframeNull = repcap.SubframeNull.Default)
No help available
- 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’)
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sym’)
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
Cloning the Group
# Create a copy of the original group, that exists independently
subf_copy = driver.source.bb.v5G.uplink.ue.cell.refsig.srs.sym.subf.clone()