LinkLayer

SCPI Commands

DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:LINKlayer:IPADdress
DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:LINKlayer:PORTaddress
class LinkLayer[source]

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

get_ip_address()str[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:LINKlayer:IPADdress
value: str = driver.diagnostic.debug.linkLayer.get_ip_address()

No command help available

return

window: No help available

get_port_address()str[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:LINKlayer:PORTaddress
value: str = driver.diagnostic.debug.linkLayer.get_port_address()

No command help available

return

window: No help available

set_ip_address(window: str)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:LINKlayer:IPADdress
driver.diagnostic.debug.linkLayer.set_ip_address(window = '1')

No command help available

param window

No help available

set_port_address(window: str)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DEBug:LINKlayer:PORTaddress
driver.diagnostic.debug.linkLayer.set_port_address(window = '1')

No command help available

param window

No help available