Pperiod

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PPERiod:MINimum
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PPERiod
class Pperiod[source]

Pperiod commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_minimum()bool[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PPERiod:MINimum
value: bool = driver.configure.connection.pperiod.get_minimum()

Enables minimum poll period. To prevent simultaneous master/slave transmission, the minimum poll period for an x-DHn packet type (n = 1, 3, 5) is automatically set to n+1 slots.

return

poll_period_min: OFF | ON

get_value()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PPERiod
value: int = driver.configure.connection.pperiod.get_value()

Defines how often the R&S CMW transmitts a poll packet. If the set poll period is too small for the selected packet type (for x-DH1, x-DH3, or x-DH5) , it is automatically changed to 2, 4, or 6 slots. X = 1, 2, 3.

return

poll_period: numeric Range: x-DH1: 1 to 127, x-DH3: 2 to 127, x-DH5: 3 to 127 , Unit: Unit corresponds to two slots

set_minimum(poll_period_min: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PPERiod:MINimum
driver.configure.connection.pperiod.set_minimum(poll_period_min = False)

Enables minimum poll period. To prevent simultaneous master/slave transmission, the minimum poll period for an x-DHn packet type (n = 1, 3, 5) is automatically set to n+1 slots.

param poll_period_min

OFF | ON

set_value(poll_period: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PPERiod
driver.configure.connection.pperiod.set_value(poll_period = 1)

Defines how often the R&S CMW transmitts a poll packet. If the set poll period is too small for the selected packet type (for x-DH1, x-DH3, or x-DH5) , it is automatically changed to 2, 4, or 6 slots. X = 1, 2, 3.

param poll_period

numeric Range: x-DH1: 1 to 127, x-DH3: 2 to 127, x-DH5: 3 to 127 , Unit: Unit corresponds to two slots