Stsf
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:STSF
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) EutraEmtcMpdcchStartSf[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:STSF value: enums.EutraEmtcMpdcchStartSf = driver.source.bb.eutra.downlink.user.epdcch.cell.set.stsf.get(userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)
Sets the first subframe of the search space.
- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
setItem – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)
- Returns:
search_sp_start_sf: S1 | S1_5 | S2 | S2_5 | S5 | S8 | S10 | S20 | S4
- set(search_sp_start_sf: EutraEmtcMpdcchStartSf, userIx=UserIx.Default, cellNull=CellNull.Default, setItem=SetItem.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:EPDCch:CELL<ST0>:SET<DIR>:STSF driver.source.bb.eutra.downlink.user.epdcch.cell.set.stsf.set(search_sp_start_sf = enums.EutraEmtcMpdcchStartSf.S1, userIx = repcap.UserIx.Default, cellNull = repcap.CellNull.Default, setItem = repcap.SetItem.Default)
Sets the first subframe of the search space.
- Parameters:
search_sp_start_sf – S1 | S1_5 | S2 | S2_5 | S5 | S8 | S10 | S20 | S4
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
setItem – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Set’)