NoResponses

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:INQuiry:NOResponses:LESignaling
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:INQuiry:NOResponses
class NoResponses[source]

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

get_le_signaling()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:INQuiry:NOResponses:LESignaling
value: int = driver.configure.connection.inquiry.noResponses.get_le_signaling()

Specifies the maximum number of responses recorded during an inquiry.

return

number_responses: numeric Range: 1 to 100

get_value()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:INQuiry:NOResponses
value: int = driver.configure.connection.inquiry.noResponses.get_value()

Sets/gets the maximum number of responses recorded during an inquiry.

return

number_responses: numeric The maximum number of responses, where 0 means ‘unlimited’. Range: 0 to 12

set_le_signaling(number_responses: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:INQuiry:NOResponses:LESignaling
driver.configure.connection.inquiry.noResponses.set_le_signaling(number_responses = 1)

Specifies the maximum number of responses recorded during an inquiry.

param number_responses

numeric Range: 1 to 100

set_value(number_responses: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:INQuiry:NOResponses
driver.configure.connection.inquiry.noResponses.set_value(number_responses = 1)

Sets/gets the maximum number of responses recorded during an inquiry.

param number_responses

numeric The maximum number of responses, where 0 means ‘unlimited’. Range: 0 to 12