Configuration
SCPI Command :
DIAGnostic<HW>:POINt:CONFiguration
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Dev_Board: str: No parameter help available
2 Point: str: No parameter help available
- get() GetStruct[source]
# DIAGnostic<HW>:POINt:CONFiguration value: GetStruct = driver.diagnostic.point.configuration.get()
No help available
- Returns:
structure: for return value, see the help for GetStruct structure arguments.
- set(dev_board: str, point: str, data: str) None[source]
# DIAGnostic<HW>:POINt:CONFiguration driver.diagnostic.point.configuration.set(dev_board = 'abc', point = 'abc', data = 'abc')
No help available