Sactivation

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SPS:SACTivation
class SactivationCls[source]

Sactivation commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userIx=UserIx.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SPS:SACTivation
value: int = driver.source.bb.eutra.downlink.user.sps.sactivation.get(userIx = repcap.UserIx.Default)

Defines the start and end subframes of the semi-persistent scheduling.

param userIx

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

return

usr_sps_act_sub_frame: No help available

set(usr_sps_act_sub_frame: int, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SPS:SACTivation
driver.source.bb.eutra.downlink.user.sps.sactivation.set(usr_sps_act_sub_frame = 1, userIx = repcap.UserIx.Default)

Defines the start and end subframes of the semi-persistent scheduling.

param usr_sps_act_sub_frame

integer Range: 0 to 65535

param userIx

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