Hs

SCPI Command :

TEST:HS
class HsCls[source]

Hs commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Interface: str: No parameter help available

  • Result: str: No parameter help available

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

No command help available

param get_py

No help available

return

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

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

No command help available

param interface

No help available

param set_py

No help available