SsOffset

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:NIOT:SSOFfset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) EutraNbiotSearchSpaceOffset[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:NIOT:SSOFfset
value: enums.EutraNbiotSearchSpaceOffset = driver.source.bb.eutra.downlink.user.niot.ssOffset.get(userIx = repcap.UserIx.Default)

Shifts the search space start.

Parameters:

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

Returns:

search_space_offs: O0 | O1_8 | O1_4 | O3_8

set(search_space_offs: EutraNbiotSearchSpaceOffset, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:NIOT:SSOFfset
driver.source.bb.eutra.downlink.user.niot.ssOffset.set(search_space_offs = enums.EutraNbiotSearchSpaceOffset.O0, userIx = repcap.UserIx.Default)

Shifts the search space start.

Parameters:
  • search_space_offs – O0 | O1_8 | O1_4 | O3_8

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