Cperiod

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RCTRl:CPERiod
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) EutraSlCommControlPeriod[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RCTRl:CPERiod
value: enums.EutraSlCommControlPeriod = driver.source.bb.eutra.uplink.ue.sl.rctrl.cperiod.get(userEquipment = repcap.UserEquipment.Default)

Sets the period over which resources are allocated for sidelink control period (SC period) .

Parameters:

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

Returns:

control_period: 40 | 60 | 70 | 80 | 120 | 140 | 160 | 240 | 280 | 320

set(control_period: EutraSlCommControlPeriod, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RCTRl:CPERiod
driver.source.bb.eutra.uplink.ue.sl.rctrl.cperiod.set(control_period = enums.EutraSlCommControlPeriod._120, userEquipment = repcap.UserEquipment.Default)

Sets the period over which resources are allocated for sidelink control period (SC period) .

Parameters:
  • control_period – 40 | 60 | 70 | 80 | 120 | 140 | 160 | 240 | 280 | 320

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