TypePy

SCPI Command :

[SOURce<HW>]:EFRontend:EXTDevice<ID(CH)>:TYPE
class TypePyCls[source]

TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(externalDevice=ExternalDevice.Default) RsSmw.enums.DevType[source]
# SCPI: [SOURce<HW>]:EFRontend:EXTDevice<ID(CH)>:TYPE
value: enums.DevType = driver.source.efrontend.extDevice.typePy.get(externalDevice = repcap.ExternalDevice.Default)

Queries the type of the connected external device.

param externalDevice

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

return

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.