Swap

SCPI Command :

XY<*>:SWAP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(xyAxis=XyAxis.Default) None[source]
# XY<*>:SWAP
driver.xy.swap.set(xyAxis = repcap.XyAxis.Default)

Replaces the source of the x-axis with the source of the y-axis and vice versa.

Parameters:

xyAxis – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Xy’)

set_and_wait(xyAxis=XyAxis.Default, opc_timeout_ms: int = -1) None[source]