Tt0

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:TT0
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) bool[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:TT0
value: bool = driver.source.bb.oneweb.uplink.ue.cell.refsig.srs.tt0.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Enables transmission of trigger type 0.

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

Returns:

ttype_0: 1 | ON | 0| OFF

set(ttype_0: bool, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:[CELL<CCIDX>]:REFSig:SRS:TT0
driver.source.bb.oneweb.uplink.ue.cell.refsig.srs.tt0.set(ttype_0 = False, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Enables transmission of trigger type 0.

Parameters:
  • ttype_0 – 1 | ON | 0| OFF

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