Last

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:LAST:CFE
class LastCls[source]

Last commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_cfe() int[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:LAST:CFE
value: int = driver.source.areGenerator.frontend.last.get_cfe()

Queries the last added QAT-type, FE-type or custom frontend. Displays the number included in the frontend ID, e.g. ‘3’ for QAT-type frontend ID ‘Q3’.

return:

areg_fe_last_add_qa: integer Range: 0 to 8

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.areGenerator.frontend.last.clone()

Subgroups