Pixel

SCPI Commands :

TEST:PIXel:COLor
TEST:PIXel:GRADient
TEST:PIXel:POINtsize
TEST:PIXel:RGBA
TEST:PIXel:TEXT
TEST:PIXel:WINDow
class PixelCls[source]

Pixel commands group definition. 6 total commands, 0 Subgroups, 6 group commands

get_gradient() bool[source]
# SCPI: TEST:PIXel:GRADient
value: bool = driver.test.pixel.get_gradient()

No command help available

return:

pix_test_grad_stat: No help available

get_point_size() int[source]
# SCPI: TEST:PIXel:POINtsize
value: int = driver.test.pixel.get_point_size()

No command help available

return:

pix_test_grad_stat: No help available

get_rgba() List[int][source]
# SCPI: TEST:PIXel:RGBA
value: List[int] = driver.test.pixel.get_rgba()

No command help available

return:

pixel_test_rgba: No help available

get_text() bool[source]
# SCPI: TEST:PIXel:TEXT
value: bool = driver.test.pixel.get_text()

No command help available

return:

pix_test_grad_stat: No help available

set_color(pix_test_color: PixelTestPredefined) None[source]
# SCPI: TEST:PIXel:COLor
driver.test.pixel.set_color(pix_test_color = enums.PixelTestPredefined.AUTO)

No command help available

param pix_test_color:

No help available

set_gradient(pix_test_grad_stat: bool) None[source]
# SCPI: TEST:PIXel:GRADient
driver.test.pixel.set_gradient(pix_test_grad_stat = False)

No command help available

param pix_test_grad_stat:

No help available

set_point_size(pix_test_grad_stat: int) None[source]
# SCPI: TEST:PIXel:POINtsize
driver.test.pixel.set_point_size(pix_test_grad_stat = 1)

No command help available

param pix_test_grad_stat:

No help available

set_rgba(pixel_test_rgba: List[int]) None[source]
# SCPI: TEST:PIXel:RGBA
driver.test.pixel.set_rgba(pixel_test_rgba = [1, 2, 3])

No command help available

param pixel_test_rgba:

No help available

set_text(pix_test_grad_stat: bool) None[source]
# SCPI: TEST:PIXel:TEXT
driver.test.pixel.set_text(pix_test_grad_stat = False)

No command help available

param pix_test_grad_stat:

No help available

set_window(pix_test_window: bool) None[source]
# SCPI: TEST:PIXel:WINDow
driver.test.pixel.set_window(pix_test_window = False)

No command help available

param pix_test_window:

No help available