TypePy

SCPI Command :

[SOURce<HW>]:EFRontend:EXTDevice<ID>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(externalDevice=ExternalDevice.Default) DevType[source]
# [SOURce<HW>]:EFRontend:EXTDevice<ID>:TYPE
value: enums.DevType = driver.source.efrontend.extDevice.typePy.get(externalDevice = repcap.ExternalDevice.Default)

Queries the type of the connected external device.

Parameters:

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

Returns:

type_py: FILTer | AMPLifier | ATTenuator | NONE FILTer A filter is connected to the frontend as external device. AMPLifier An amplifier is connected to the frontend as external device. ATTenuator An attenuator is connected to the frontend as external device. NONE No external device is connected to the frontend.