Inquiry

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:INQuiry:ILENgth
class Inquiry[source]

Inquiry commands group definition. 8 total commands, 5 Sub-groups, 1 group commands

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

Sets/gets the Inquiry_Length parameter, i.e. the total duration of the inquiry mode.

return

inquiry_length: numeric The inquiry length in units of 1.28 s Range: 1 to 24, Unit: 1.28 s

set_ilength(inquiry_length: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:INQuiry:ILENgth
driver.configure.connection.inquiry.set_ilength(inquiry_length = 1)

Sets/gets the Inquiry_Length parameter, i.e. the total duration of the inquiry mode.

param inquiry_length

numeric The inquiry length in units of 1.28 s Range: 1 to 24, Unit: 1.28 s

Cloning the Group

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

Subgroups