Service
SCPI Commands :
DIAGnostic<HW>:SERVice:SFUNction
DIAGnostic:SERVice
- class ServiceCls[source]
Service commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_sfunction() str [source]
# SCPI: DIAGnostic<HW>:SERVice:SFUNction value: str = driver.diagnostic.service.get_sfunction()
No command help available
- return
direct_string: No help available
- get_value() bool [source]
# SCPI: DIAGnostic:SERVice value: bool = driver.diagnostic.service.get_value()
No command help available
- return
service: No help available
- set_sfunction(direct_string: str) None [source]
# SCPI: DIAGnostic<HW>:SERVice:SFUNction driver.diagnostic.service.set_sfunction(direct_string = 'abc')
No command help available
- param direct_string
No help available
- set_value(service: bool) None [source]
# SCPI: DIAGnostic:SERVice driver.diagnostic.service.set_value(service = False)
No command help available
- param service
No help available