Remove

SCPI Command :

ZONE<*>:AREA<*>:POINt<*>:REMove
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(zone=Zone.Default, area=Area.Default, point=Point.Default) None[source]
# ZONE<*>:AREA<*>:POINt<*>:REMove
driver.zone.area.point.remove.set(zone = repcap.Zone.Default, area = repcap.Area.Default, point = repcap.Point.Default)

Removes the selected point from the area.

Parameters:
  • zone – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Zone’)

  • area – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)

  • point – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Point’)

set_and_wait(zone=Zone.Default, area=Area.Default, point=Point.Default, opc_timeout_ms: int = -1) None[source]