Upper

SCPI Command :

[SENSe]:POWer:ACHannel:FILTer:ALPHa:GAP<gap>:MANual:UPPer
class UpperCls[source]

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

get(sb_gaps: RsFsw.enums.SubBlockGaps, gapChannel=GapChannel.Default) float[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer:ALPHa:GAP<gap>:MANual:UPPer
value: float = driver.applications.k14Xnr5G.sense.power.achannel.filterPy.alpha.gap.manual.upper.get(sb_gaps = enums.SubBlockGaps.AB, gapChannel = repcap.GapChannel.Default)

Defines the roll-off factor for the specified upper gap channel’s weighting filter. Is only available for for asymmetrical (manual) configuration of gap channels (see [SENSe:]POWer:ACHannel:GAP<gap>:MODE) .

param sb_gaps

AB | BC | CD | DE | EF | FG | GH Name of the gap, defined by the letters of the surrounding sub blocks (e.g. ‘AB’ for the gap between sub blocks A and B) .

param gapChannel

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

return

alpha: Roll-off factor Range: 0 to 1

set(sb_gaps: RsFsw.enums.SubBlockGaps, alpha: float, gapChannel=GapChannel.Default) None[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer:ALPHa:GAP<gap>:MANual:UPPer
driver.applications.k14Xnr5G.sense.power.achannel.filterPy.alpha.gap.manual.upper.set(sb_gaps = enums.SubBlockGaps.AB, alpha = 1.0, gapChannel = repcap.GapChannel.Default)

Defines the roll-off factor for the specified upper gap channel’s weighting filter. Is only available for for asymmetrical (manual) configuration of gap channels (see [SENSe:]POWer:ACHannel:GAP<gap>:MODE) .

param sb_gaps

AB | BC | CD | DE | EF | FG | GH Name of the gap, defined by the letters of the surrounding sub blocks (e.g. ‘AB’ for the gap between sub blocks A and B) .

param alpha

Roll-off factor Range: 0 to 1

param gapChannel

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