Res

SCPI Commands :

TEST:RES:COLor
TEST:RES:TEXT
TEST:RES:WIND
class ResCls[source]

Res commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_color() RsSmbv.enums.Colour[source]
# SCPI: TEST:RES:COLor
value: enums.Colour = driver.test.res.get_color()

No command help available

return

color: No help available

get_text() str[source]
# SCPI: TEST:RES:TEXT
value: str = driver.test.res.get_text()

No command help available

return

text: No help available

get_wind() bool[source]
# SCPI: TEST:RES:WIND
value: bool = driver.test.res.get_wind()

No command help available

return

state: No help available

set_color(color: RsSmbv.enums.Colour) None[source]
# SCPI: TEST:RES:COLor
driver.test.res.set_color(color = enums.Colour.GREen)

No command help available

param color

No help available

set_text(text: str) None[source]
# SCPI: TEST:RES:TEXT
driver.test.res.set_text(text = 'abc')

No command help available

param text

No help available

set_wind(state: bool) None[source]
# SCPI: TEST:RES:WIND
driver.test.res.set_wind(state = False)

No command help available

param state

No help available