Sfunction

SCPI Command :

DIAGnostic:SERVice:SFUNction
Commands in total: 4
Subgroups: 2
Direct child commands: 1
get(service_function: str) str[source]
# DIAGnostic:SERVice:SFUNction
value: str = driver.diagnostic.service.sfunction.get(service_function = 'abc')

This command starts a service function. The service functions are available after you have entered the level 1 or level 2 system password.

Parameters:

service_function – String containing the ID of the service function. The ID of the service function is made up out of five numbers, separated by a point. - function group number - board number - function number - parameter 1 (see the Service Manual) - parameter 2 (see the Service Manual)

Returns:

result: String containing the ID of the service function. The ID of the service function is made up out of five numbers, separated by a point. - function group number - board number - function number - parameter 1 (see the Service Manual) - parameter 2 (see the Service Manual)

set(service_function: str) None[source]
# DIAGnostic:SERVice:SFUNction
driver.diagnostic.service.sfunction.set(service_function = 'abc')

This command starts a service function. The service functions are available after you have entered the level 1 or level 2 system password.

Parameters:

service_function – String containing the ID of the service function. The ID of the service function is made up out of five numbers, separated by a point. - function group number - board number - function number - parameter 1 (see the Service Manual) - parameter 2 (see the Service Manual)

Cloning the Group

# Create a copy of the original group, that exists independently
sfunction_copy = driver.diagnostic.service.sfunction.clone()

Subgroups