Add

SCPI Command :

ZONE<*>:AREA<*>:POINt<*>:ADD
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<*>:ADD
driver.zone.area.point.add.set(zone = repcap.Zone.Default, area = repcap.Area.Default, point = repcap.Point.Default)

Adds a new point to the area at the indicated point index. To define the coordinates of the point, use method RsMxo.zone.area.point.x.set() and method RsMxo.zone.area.point.y.set() .

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]