Subf<SubframeNull>

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:SUBF<SUBFIDX>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr0 .. Nr200

driver.source.bb.oneweb.uplink.ue.cell.refsig.srs.subf.repcap_subframeNull_set(repcap.SubframeNull.Nr0)
get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default, subframeNull=SubframeNull.Default) int[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:SUBF<SUBFIDX>
value: int = driver.source.bb.oneweb.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.

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’)

  • subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)

Returns:

subframe: integer Range: 0 to (10``*SeqLengthARB`` - 1)

set(subframe: int, userEquipment=UserEquipment.Default, cellNull=CellNull.Default, subframeNull=SubframeNull.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:SUBF<SUBFIDX>
driver.source.bb.oneweb.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.

Parameters:
  • subframe – integer Range: 0 to (10``*SeqLengthARB`` - 1)

  • 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’)

  • 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.oneweb.uplink.ue.cell.refsig.srs.subf.clone()