Lissajous

SCPI Commands :

SCAN:LISSajous:AMPX
SCAN:LISSajous:AMPZ
SCAN:LISSajous:FREQ
SCAN:LISSajous:PHIX
SCAN:LISSajous:PHIZ
SCAN:LISSajous:XFACtor
SCAN:LISSajous:ZFACtor
class LissajousCls[source]

Lissajous commands group definition. 7 total commands, 0 Subgroups, 7 group commands

get_am_px() float[source]
# SCPI: SCAN:LISSajous:AMPX
value: float = driver.scan.lissajous.get_am_px()

Sets the magnitudes of two harmonic vibrations.

return:

am_px: No help available

get_am_pz() float[source]
# SCPI: SCAN:LISSajous:AMPZ
value: float = driver.scan.lissajous.get_am_pz()

Sets the magnitudes of two harmonic vibrations.

return:

am_pz: float Range: 0.01 to 45

get_freq() float[source]
# SCPI: SCAN:LISSajous:FREQ
value: float = driver.scan.lissajous.get_freq()

Sets the base frequency.

return:

freq: float Range: 0.01 to 1000

get_phix() float[source]
# SCPI: SCAN:LISSajous:PHIX
value: float = driver.scan.lissajous.get_phix()

Sets the phases of the two harmonic vibrations.

return:

phix: No help available

get_phiz() float[source]
# SCPI: SCAN:LISSajous:PHIZ
value: float = driver.scan.lissajous.get_phiz()

Sets the phases of the two harmonic vibrations.

return:

phiz: float Range: 0 to 360

get_xfactor() float[source]
# SCPI: SCAN:LISSajous:XFACtor
value: float = driver.scan.lissajous.get_xfactor()

Sets the ratio between the two angular frequencies.

return:

xfactor: No help available

get_zfactor() float[source]
# SCPI: SCAN:LISSajous:ZFACtor
value: float = driver.scan.lissajous.get_zfactor()

Sets the ratio between the two angular frequencies.

return:

zfactor: float Range: 1 to 10

set_am_px(am_px: float) None[source]
# SCPI: SCAN:LISSajous:AMPX
driver.scan.lissajous.set_am_px(am_px = 1.0)

Sets the magnitudes of two harmonic vibrations.

param am_px:

float Range: 0.01 to 45

set_am_pz(am_pz: float) None[source]
# SCPI: SCAN:LISSajous:AMPZ
driver.scan.lissajous.set_am_pz(am_pz = 1.0)

Sets the magnitudes of two harmonic vibrations.

param am_pz:

float Range: 0.01 to 45

set_freq(freq: float) None[source]
# SCPI: SCAN:LISSajous:FREQ
driver.scan.lissajous.set_freq(freq = 1.0)

Sets the base frequency.

param freq:

float Range: 0.01 to 1000

set_phix(phix: float) None[source]
# SCPI: SCAN:LISSajous:PHIX
driver.scan.lissajous.set_phix(phix = 1.0)

Sets the phases of the two harmonic vibrations.

param phix:

float Range: 0 to 360

set_phiz(phiz: float) None[source]
# SCPI: SCAN:LISSajous:PHIZ
driver.scan.lissajous.set_phiz(phiz = 1.0)

Sets the phases of the two harmonic vibrations.

param phiz:

float Range: 0 to 360

set_xfactor(xfactor: float) None[source]
# SCPI: SCAN:LISSajous:XFACtor
driver.scan.lissajous.set_xfactor(xfactor = 1.0)

Sets the ratio between the two angular frequencies.

param xfactor:

float Range: 1 to 10

set_zfactor(zfactor: float) None[source]
# SCPI: SCAN:LISSajous:ZFACtor
driver.scan.lissajous.set_zfactor(zfactor = 1.0)

Sets the ratio between the two angular frequencies.

param zfactor:

float Range: 1 to 10