Snet

SCPI Commands :

INSTruments:SCAN:SNET:IPADdress
INSTruments:SCAN:SNET:PLENgth
INSTruments:SCAN:SNET:[STATe]
class SnetCls[source]

Snet commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_ip_address() str[source]
# SCPI: INSTruments:SCAN:SNET:IPADdress
value: str = driver.instruments.scan.snet.get_ip_address()

No command help available

return

address: No help available

get_plength() int[source]
# SCPI: INSTruments:SCAN:SNET:PLENgth
value: int = driver.instruments.scan.snet.get_plength()

No command help available

return

number: No help available

get_state() bool[source]
# SCPI: INSTruments:SCAN:SNET:[STATe]
value: bool = driver.instruments.scan.snet.get_state()

No command help available

return

state: No help available

set_ip_address(address: str) None[source]
# SCPI: INSTruments:SCAN:SNET:IPADdress
driver.instruments.scan.snet.set_ip_address(address = 'abc')

No command help available

param address

No help available

set_plength(number: int) None[source]
# SCPI: INSTruments:SCAN:SNET:PLENgth
driver.instruments.scan.snet.set_plength(number = 1)

No command help available

param number

No help available

set_state(state: bool) None[source]
# SCPI: INSTruments:SCAN:SNET:[STATe]
driver.instruments.scan.snet.set_state(state = False)

No command help available

param state

No help available