Scan
SCPI Commands :
SLISt:SCAN:LSENsor
SLISt:SCAN:[STATe]
- Commands in total: 3Subgroups: 1Direct child commands: 2
- get_state() bool[source]
# SLISt:SCAN:[STATe] value: bool = driver.slist.scan.get_state()
Starts the search for R&S NRP power sensors, connected in the LAN or via the USBTMC protocol.
- Returns:
state: 1 | ON | 0| OFF
- set_lsensor(ip: str) None[source]
# SLISt:SCAN:LSENsor driver.slist.scan.set_lsensor(ip = 'abc')
Scans for R&S NRP power sensors connected in the LAN.
- Parameters:
ip – string
- set_state(state: bool) None[source]
# SLISt:SCAN:[STATe] driver.slist.scan.set_state(state = False)
Starts the search for R&S NRP power sensors, connected in the LAN or via the USBTMC protocol.
- Parameters:
state – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
scan_copy = driver.slist.scan.clone()
Subgroups