Ssize

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PCONtrol:SSIZe:LESignaling
class Ssize[source]

Ssize commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_le_signaling()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PCONtrol:SSIZe:LESignaling
value: int = driver.configure.connection.powerControl.ssize.get_le_signaling()

Sets the step size for increasing / decreasing the Tx power.

return

stepsize: numeric Range: 0 dB to 10 dB

set_le_signaling(stepsize: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PCONtrol:SSIZe:LESignaling
driver.configure.connection.powerControl.ssize.set_le_signaling(stepsize = 1)

Sets the step size for increasing / decreasing the Tx power.

param stepsize

numeric Range: 0 dB to 10 dB