Srelease
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SPS:SRELease
- class SreleaseCls[source]
Srelease 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:SRELease value: int = driver.source.bb.eutra.downlink.user.sps.srelease.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_rel_sub_frame: integer Range: 0 to 65535
- set(usr_sps_rel_sub_frame: int, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:USER<CH>:SPS:SRELease driver.source.bb.eutra.downlink.user.sps.srelease.set(usr_sps_rel_sub_frame = 1, userIx = repcap.UserIx.Default)
Defines the start and end subframes of the semi-persistent scheduling.
- param usr_sps_rel_sub_frame
integer Range: 0 to 65535
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)