UseCase

SCPI Command :

DIAGnostic:FOOTprint:USECase:IDS
class UseCaseCls[source]

UseCase commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_ids() List[int][source]
# SCPI: DIAGnostic:FOOTprint:USECase:IDS
value: List[int] = driver.diagnostic.footPrint.useCase.get_ids()

No command help available

return:

ids: No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.diagnostic.footPrint.useCase.clone()

Subgroups