Service

SCPI Commands :

DIAGnostic<HW>:SERVice:SFUNction
DIAGnostic:SERVice
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_sfunction() str[source]
# DIAGnostic<HW>:SERVice:SFUNction
value: str = driver.diagnostic.service.get_sfunction()

No help available

get_value() bool[source]
# DIAGnostic:SERVice
value: bool = driver.diagnostic.service.get_value()

No help available

set_sfunction(direct_string: str) None[source]
# DIAGnostic<HW>:SERVice:SFUNction
driver.diagnostic.service.set_sfunction(direct_string = 'abc')

No help available

set_value(service: bool) None[source]
# DIAGnostic:SERVice
driver.diagnostic.service.set_value(service = False)

No help available