TypePy

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:FILTer:TYPE
class TypePyCls[source]

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

get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subchannel=Subchannel.Default, userIx=UserIx.Default) RsSmbv.enums.GilterHigh[source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:FILTer:TYPE
value: enums.GilterHigh = driver.source.bb.gsm.frame.slot.subChannel.user.filterPy.typePy.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)

Selects whether a Narrow Pulse Shape or a Wide Pulse Shape filter is used for the selected burst type and modulation.

param frameIx

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

param slotNull

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

param subchannel

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

param userIx

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

return

type_py: ENPShape| EWPShape

set(type_py: RsSmbv.enums.GilterHigh, frameIx=FrameIx.Default, slotNull=SlotNull.Default, subchannel=Subchannel.Default, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:FILTer:TYPE
driver.source.bb.gsm.frame.slot.subChannel.user.filterPy.typePy.set(type_py = enums.GilterHigh.ENPShape, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)

Selects whether a Narrow Pulse Shape or a Wide Pulse Shape filter is used for the selected burst type and modulation.

param type_py

ENPShape| EWPShape

param frameIx

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

param slotNull

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

param subchannel

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

param userIx

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