Scmd
SCPI Command :
TEST<HW>:SW:SCMD
- class ScmdCls[source]
Scmd commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class ScmdStruct[source]
Response structure. Fields:
Scmd: str: No parameter help available
What_Is_This: str: No parameter help available
- get() ScmdStruct [source]
# SCPI: TEST<HW>:SW:SCMD value: ScmdStruct = driver.test.sw.scmd.get()
No command help available
- return
structure: for return value, see the help for ScmdStruct structure arguments.
- set(scmd: str, what_is_this: str) None [source]
# SCPI: TEST<HW>:SW:SCMD driver.test.sw.scmd.set(scmd = 'abc', what_is_this = 'abc')
No command help available
- param scmd
No help available
- param what_is_this
No help available