PcMode

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PCONtrol:PCMode:LESignaling
class PcMode[source]

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

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

Specifies, whether the power commands respect the reported EUT capabilities or ignore them.

return

override_capabilites: OFF | ON OFF: The reported EUT capabilities are respected. ON: The reported EUT capabilities are ignored.

set_le_signaling(override_capabilites: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PCONtrol:PCMode:LESignaling
driver.configure.connection.powerControl.pcMode.set_le_signaling(override_capabilites = False)

Specifies, whether the power commands respect the reported EUT capabilities or ignore them.

param override_capabilites

OFF | ON OFF: The reported EUT capabilities are respected. ON: The reported EUT capabilities are ignored.