Wus
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:ACD
[SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:MAXDuration
[SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:POW
[SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:PSF
[SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:SF
[SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:STATe
[SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:TO
- class WusCls[source]
Wus commands group definition. 7 total commands, 0 Subgroups, 7 group commands
- get_acd() RsSmbv.enums.EutraNbiotWusDurationFormat [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:ACD value: enums.EutraNbiotWusDurationFormat = driver.source.bb.eutra.downlink.niot.wus.get_acd()
Sets the duration of WUS in subframes.
- return
nwus_act_d: DN_1| DN_2| DN_4| DN_8| DN_16| DN_32| DN_64| DN_128| DN_256| DN_512| DN_1024
- get_max_duration() RsSmbv.enums.EutraNbiotWusDurationFormat [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:MAXDuration value: enums.EutraNbiotWusDurationFormat = driver.source.bb.eutra.downlink.niot.wus.get_max_duration()
Sets the maximum WUS duration in subframes.
- return
nwus_max_dur: DN_1| DN_2| DN_4| DN_8| DN_16| DN_32| DN_64| DN_128| DN_256| DN_512| DN_1024
- get_pow() float [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:POW value: float = driver.source.bb.eutra.downlink.niot.wus.get_pow()
Sets the transmit power of NB-IoT wake up signal
- return
nwus_power: float Range: -80 to 10, Unit: dB
- get_psf() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:PSF value: int = driver.source.bb.eutra.downlink.niot.wus.get_psf()
Queries the first paging occasion in subframes associated with WUS.
- return
nwus_psf: integer Range: 0 to 534593
- get_sf() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:SF value: int = driver.source.bb.eutra.downlink.niot.wus.get_sf()
Specifies the first subframe for paging associated with a WUS transmission.
- return
nwus_sf: Integer Range: 0 to 533329
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:STATe value: bool = driver.source.bb.eutra.downlink.niot.wus.get_state()
Enables or disables the NB-IoT wake up signal.
- return
nwus_state: 1| ON| 0| OFF
- get_to() RsSmbv.enums.EutraNbiotWusTimeOffsetFormat [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:TO value: enums.EutraNbiotWusTimeOffsetFormat = driver.source.bb.eutra.downlink.niot.wus.get_to()
Sets the offset in ms from the end of the configured maximum WUS duration to the associated paging occasion.
- return
nwus_to: TO_40| TO_80| TO160| TO240
- set_acd(nwus_act_d: RsSmbv.enums.EutraNbiotWusDurationFormat) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:ACD driver.source.bb.eutra.downlink.niot.wus.set_acd(nwus_act_d = enums.EutraNbiotWusDurationFormat.DN_1)
Sets the duration of WUS in subframes.
- param nwus_act_d
DN_1| DN_2| DN_4| DN_8| DN_16| DN_32| DN_64| DN_128| DN_256| DN_512| DN_1024
- set_max_duration(nwus_max_dur: RsSmbv.enums.EutraNbiotWusDurationFormat) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:MAXDuration driver.source.bb.eutra.downlink.niot.wus.set_max_duration(nwus_max_dur = enums.EutraNbiotWusDurationFormat.DN_1)
Sets the maximum WUS duration in subframes.
- param nwus_max_dur
DN_1| DN_2| DN_4| DN_8| DN_16| DN_32| DN_64| DN_128| DN_256| DN_512| DN_1024
- set_pow(nwus_power: float) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:POW driver.source.bb.eutra.downlink.niot.wus.set_pow(nwus_power = 1.0)
Sets the transmit power of NB-IoT wake up signal
- param nwus_power
float Range: -80 to 10, Unit: dB
- set_sf(nwus_sf: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:SF driver.source.bb.eutra.downlink.niot.wus.set_sf(nwus_sf = 1)
Specifies the first subframe for paging associated with a WUS transmission.
- param nwus_sf
Integer Range: 0 to 533329
- set_state(nwus_state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:STATe driver.source.bb.eutra.downlink.niot.wus.set_state(nwus_state = False)
Enables or disables the NB-IoT wake up signal.
- param nwus_state
1| ON| 0| OFF
- set_to(nwus_to: RsSmbv.enums.EutraNbiotWusTimeOffsetFormat) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:NIOT:WUS:TO driver.source.bb.eutra.downlink.niot.wus.set_to(nwus_to = enums.EutraNbiotWusTimeOffsetFormat.TO_40)
Sets the offset in ms from the end of the configured maximum WUS duration to the associated paging occasion.
- param nwus_to
TO_40| TO_80| TO160| TO240