Grid

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:GRID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:GRID
value: int = driver.source.bb.eutra.uplink.ue.sl.sci.grid.get(userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the 8-bits group destination ID, indicating the group for which the sidelink communication is intended.

Parameters:
  • userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

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

Returns:

group_dest_id: integer Range: 0 to 255

set(group_dest_id: int, userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:GRID
driver.source.bb.eutra.uplink.ue.sl.sci.grid.set(group_dest_id = 1, userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the 8-bits group destination ID, indicating the group for which the sidelink communication is intended.

Parameters:
  • group_dest_id – integer Range: 0 to 255

  • userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

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