Qat<QatFrontent>

RepCap Settings

# Range: Nr1 .. Nr8
rc = driver.source.areGenerator.frontend.last.qat.repcap_qatFrontent_get()
driver.source.areGenerator.frontend.last.qat.repcap_qatFrontent_set(repcap.QatFrontent.Nr1)

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:LAST:QAT<CH>
class QatCls[source]

Qat commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: QatFrontent, default value after init: QatFrontent.Nr1

get(qatFrontent=QatFrontent.Default) int[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:LAST:QAT<CH>
value: int = driver.source.areGenerator.frontend.last.qat.get(qatFrontent = repcap.QatFrontent.Default)

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’.

param qatFrontent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Qat’)

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.qat.clone()