Config

SCPI Commands

HANDler:CONFig:PATH
class ConfigCls[source]

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

get_path() str[source]
# SCPI: HANDler:CONFig:PATH
value: str = driver.handler.config.get_path()

Uploads the binning configuration file.

return:

file_path: No help available

set_path(file_path: str) None[source]
# SCPI: HANDler:CONFig:PATH
driver.handler.config.set_path(file_path = '1')

Uploads the binning configuration file.

param file_path:

No help available