Hs

SCPI Command :

TEST:HS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class GetStruct[source]

Response structure. Fields:

  • 1 Interface: str: No parameter help available

  • 2 Result: str: No parameter help available

get(get_py: str) GetStruct[source]
# TEST:HS
value: GetStruct = driver.test.hs.get(get_py = 'abc')

No help available

Returns:

structure: for return value, see the help for GetStruct structure arguments.

set(interface: str, set_py: str) None[source]
# TEST:HS
driver.test.hs.set(interface = 'abc', set_py = 'abc')

No help available