RUI3 (RAK Unified Interface 3) - RAK4631
bg77::qptwedrxs

Public Member Functions

String set (int)
 
String set (int, int)
 
String set (int, int, String)
 
String set (int, int, String, String)
 
String get ()
 

Member Function Documentation

◆ set() [1/4]

String set ( int  )
Description
This api controls the setting of the UE's paging time window (PTW) value and eDRX parameters, and whether the UE wants to apply PTW and eORX or not, as well as the requested PTW and eDRX cycle for each specified type of access technology.
Syntax
bg77.qptwedrxs.set(mode)
Parameters
modeint Integer type. Indicates to disable or enable the use of requested paging time window and eDRX in the UE. This parameter is applicable to all specified types of access technology, i.e. the most recent setting of <mode> will take effect for all specified values of <AcT> returned by AT+QNWINFO.
0 Disable the use of requested paging time window and eDRX
1 Enable the use of requested paging time window and eDRX
2 Enable the use of requested paging time window and eDRX, and enable the URC:
+QPTWEDRXP: <AcT-type>[,<Requested_paging_time_window>[,< Requested_eDRX_value>[,<NW-provided_eDRX_value>[,<Paging_ti me_window>="">]]]]
3 Disable the use of eDRX and discard all parameters for eDRX or, if available, reset to the default values.
Returns
String response

◆ set() [2/4]

String set ( int  ,
int   
)
Description
This api controls the setting of the UE's paging time window (PTW) value and eDRX parameters, and whether the UE wants to apply PTW and eORX or not, as well as the requested PTW and eDRX cycle for each specified type of access technology.
Syntax
bg77.qptwedrxs.set(mode,type)
Parameters
modeint Integer type. Indicates to disable or enable the use of requested paging time window and eDRX in the UE. This parameter is applicable to all specified types of access technology, i.e. the most recent setting of <mode> will take effect for all specified values of <AcT> returned by AT+QNWINFO.
0 Disable the use of requested paging time window and eDRX
1 Enable the use of requested paging time window and eDRX
2 Enable the use of requested paging time window and eDRX, and enable the URC:
+QPTWEDRXP: <AcT-type>[,<Requested_paging_time_window>[,< Requested_eDRX_value>[,<NW-provided_eDRX_value>[,<Paging_ti me_window>="">]]]]
3 Disable the use of eDRX and discard all parameters for eDRX or, if available, reset to the default values.
typeint Integer type. Indicates the type of access technology. This AT command is used to specify the relationship between the type of access technology and the requested eDRX value.
0 Access technology is not using eDRX. This parameter value is only used in the unsolicited result code.
2 GSM (not applicable)
4 eMTC
5 NB-IoT
Returns
String response

◆ set() [3/4]

String set ( int  ,
int  ,
String   
)
Description
This api controls the setting of the UE's paging time window (PTW) value and eDRX parameters, and whether the UE wants to apply PTW and eORX or not, as well as the requested PTW and eDRX cycle for each specified type of access technology.
Syntax
bg77.qptwedrxs.set(mode,type,window)
Parameters
modeint Integer type. Indicates to disable or enable the use of requested paging time window and eDRX in the UE. This parameter is applicable to all specified types of access technology, i.e. the most recent setting of <mode> will take effect for all specified values of <AcT> returned by AT+QNWINFO.
0 Disable the use of requested paging time window and eDRX
1 Enable the use of requested paging time window and eDRX
2 Enable the use of requested paging time window and eDRX, and enable the URC:
+QPTWEDRXP: <AcT-type>[,<Requested_paging_time_window>[,< Requested_eDRX_value>[,<NW-provided_eDRX_value>[,<Paging_ti me_window>="">]]]]
3 Disable the use of eDRX and discard all parameters for eDRX or, if available, reset to the default values.
typeint Integer type. Indicates the type of access technology. This AT command is used to specify the relationship between the type of access technology and the requested eDRX value.
0 Access technology is not using eDRX. This parameter value is only used in the unsolicited result code.
2 GSM (not applicable)
4 eMTC
5 NB-IoT
windowString String type. Half a byte in a 4-bit format. eMTC mode
Bit
4 3 2 1 Paging Time Window length
0 0 0 0 1.28 seconds
0 0 0 1 2.56 seconds
0 0 1 0 3.84 seconds
0 0 1 1 5.12 seconds
0 1 0 0 6.4 seconds
0 1 0 1 7.68 seconds
0 1 1 0 8.96 seconds
0 1 1 1 10.24 seconds
1 0 0 0 11.52 seconds
1 0 0 1 12.8 seconds
1 0 1 0 14.08 seconds
1 0 1 1 15.36 seconds
1 1 0 0 16.64 seconds
1 1 0 1 17.92 seconds
1 1 1 0 19.20 seconds
1 1 1 1 20.48 seconds
NB-IoT mode
Bit
4 3 2 1 Paging Time Window length
0 0 0 0 2.56 seconds
0 0 0 1 5.12 seconds
0 0 1 0 7.68 seconds
0 0 1 1 10.24 seconds
0 1 0 0 12.8 seconds
0 1 0 1 15.36 seconds
0 1 1 0 17.92 seconds
0 1 1 1 20.48 seconds
1 0 0 0 23.04 seconds
1 0 0 1 25.6 seconds
1 0 1 0 28.16 seconds
1 0 1 1 30.72 seconds
1 1 0 0 33.28 seconds
1 1 0 1 35.84 seconds
1 1 1 0 38.4 seconds
1 1 1 1 40.96 seconds
Returns
String response

◆ set() [4/4]

String set ( int  ,
int  ,
String  ,
String   
)
Description
This api controls the setting of the UE's paging time window (PTW) value and eDRX parameters, and whether the UE wants to apply PTW and eORX or not, as well as the requested PTW and eDRX cycle for each specified type of access technology.
Syntax
bg77.qptwedrxs.set(mode,type,window,value)
Parameters
modeint Integer type. Indicates to disable or enable the use of requested paging time window and eDRX in the UE. This parameter is applicable to all specified types of access technology, i.e. the most recent setting of <mode> will take effect for all specified values of <AcT> returned by AT+QNWINFO.
0 Disable the use of requested paging time window and eDRX
1 Enable the use of requested paging time window and eDRX
2 Enable the use of requested paging time window and eDRX, and enable the URC:
+QPTWEDRXP: <AcT-type>[,<Requested_paging_time_window>[,< Requested_eDRX_value>[,<NW-provided_eDRX_value>[,<Paging_ti me_window>="">]]]]
3 Disable the use of eDRX and discard all parameters for eDRX or, if available, reset to the default values.
typeint Integer type. Indicates the type of access technology. This AT command is used to specify the relationship between the type of access technology and the requested eDRX value.
0 Access technology is not using eDRX. This parameter value is only used in the unsolicited result code.
2 GSM (not applicable)
4 eMTC
5 NB-IoT
windowString String type. Half a byte in a 4-bit format. eMTC mode
Bit
4 3 2 1 Paging Time Window length
0 0 0 0 1.28 seconds
0 0 0 1 2.56 seconds
0 0 1 0 3.84 seconds
0 0 1 1 5.12 seconds
0 1 0 0 6.4 seconds
0 1 0 1 7.68 seconds
0 1 1 0 8.96 seconds
0 1 1 1 10.24 seconds
1 0 0 0 11.52 seconds
1 0 0 1 12.8 seconds
1 0 1 0 14.08 seconds
1 0 1 1 15.36 seconds
1 1 0 0 16.64 seconds
1 1 0 1 17.92 seconds
1 1 1 0 19.20 seconds
1 1 1 1 20.48 seconds
NB-IoT mode
Bit
4 3 2 1 Paging Time Window length
0 0 0 0 2.56 seconds
0 0 0 1 5.12 seconds
0 0 1 0 7.68 seconds
0 0 1 1 10.24 seconds
0 1 0 0 12.8 seconds
0 1 0 1 15.36 seconds
0 1 1 0 17.92 seconds
0 1 1 1 20.48 seconds
1 0 0 0 23.04 seconds
1 0 0 1 25.6 seconds
1 0 1 0 28.16 seconds
1 0 1 1 30.72 seconds
1 1 0 0 33.28 seconds
1 1 0 1 35.84 seconds
1 1 1 0 38.4 seconds
1 1 1 1 40.96 seconds
valueString String type. Half a byte in a 4-bit format.
Bit
4 3 2 1 E-UTRAN eDRX cycle length duration
0 0 0 0 5.12 seconds
0 0 0 1 10.24 seconds
0 0 1 0 20.48 seconds
0 0 1 1 40.96 seconds
0 1 0 0 61.44 seconds
0 1 0 1 81.92 seconds
0 1 1 0 102.4 seconds
0 1 1 1 122.88 seconds
1 0 0 0 143.36 seconds
1 0 0 1 163.84 seconds
1 0 1 0 327.68 seconds
1 0 1 1 655.36 seconds
1 1 0 0 1310.72 seconds
1 1 0 1 2621.44 seconds
1 1 1 0 5242.88 seconds
1 1 1 1 10485.76 seconds
Returns
String response

◆ get()

String get ( )
Description
This api controls the setting of the UE's paging time window (PTW) value and eDRX parameters, and whether the UE wants to apply PTW and eORX or not, as well as the requested PTW and eDRX cycle for each specified type of access technology.
Syntax
bg77.qptwedrxs.get()
Returns
String response