StsFrame
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:NIOT:STSFrame
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) EutraNbiotSearchSpaceStSubFrame[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:NIOT:STSFrame value: enums.EutraNbiotSearchSpaceStSubFrame = driver.source.bb.eutra.downlink.user.niot.stsFrame.get(userIx = repcap.UserIx.Default)
Sets the serach space start subframe (G) .
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
search_sp_start_sf: S1_5 | S2 | S4 | S8 | S16 | S32 | S48 | S64
- set(search_sp_start_sf: EutraNbiotSearchSpaceStSubFrame, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:NIOT:STSFrame driver.source.bb.eutra.downlink.user.niot.stsFrame.set(search_sp_start_sf = enums.EutraNbiotSearchSpaceStSubFrame.S1_5, userIx = repcap.UserIx.Default)
Sets the serach space start subframe (G) .
- Parameters:
search_sp_start_sf – S1_5 | S2 | S4 | S8 | S16 | S32 | S48 | S64
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)