TypePy

SCPI Commands

SENSe:ESPectrum<SubBlock>:RANGe<RangePy>:FILTer:TYPE
class TypePyCls[source]

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

get(subBlock=SubBlock.Default, rangePy=RangePy.Default) FilterTypeC[source]
# SCPI: [SENSe]:ESPectrum<sb>:RANGe<ri>:FILTer:TYPE
value: enums.FilterTypeC = driver.sense.espectrum.range.filterPy.typePy.get(subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)

No command help available

param subBlock

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

param rangePy

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

return

filter_type: No help available

set(filter_type: FilterTypeC, subBlock=SubBlock.Default, rangePy=RangePy.Default) None[source]
# SCPI: [SENSe]:ESPectrum<sb>:RANGe<ri>:FILTer:TYPE
driver.sense.espectrum.range.filterPy.typePy.set(filter_type = enums.FilterTypeC.CFILter, subBlock = repcap.SubBlock.Default, rangePy = repcap.RangePy.Default)

No command help available

param filter_type

No help available

param subBlock

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

param rangePy

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