Paging

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PAGing:PSRMode
class Paging[source]

Paging commands group definition. 5 total commands, 2 Sub-groups, 1 group commands

get_psr_mode()RsCmwBluetoothSig.enums.PsrMode[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PAGing:PSRMode
value: enums.PsrMode = driver.configure.connection.paging.get_psr_mode()

Sets/gets the page scan repetition mode to be used for the default device (see method RsCmwBluetoothSig.Configure. Connection.BdAddress.eut) .

return

psr_mode: R0 | R1 | R2 Paging mode R0, R1, R2. Select the value according to the page scan repetition mode of the default device.

set_psr_mode(psr_mode: RsCmwBluetoothSig.enums.PsrMode)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PAGing:PSRMode
driver.configure.connection.paging.set_psr_mode(psr_mode = enums.PsrMode.R0)

Sets/gets the page scan repetition mode to be used for the default device (see method RsCmwBluetoothSig.Configure. Connection.BdAddress.eut) .

param psr_mode

R0 | R1 | R2 Paging mode R0, R1, R2. Select the value according to the page scan repetition mode of the default device.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.paging.clone()

Subgroups