Lower

SCPI Command :

[SENSe]:POWer:ACHannel:FILTer[:STATe]:GAP<gap>:MANual:LOWer
class LowerCls[source]

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

get(sb_gaps: RsFsw.enums.SubBlockGaps, gapChannel=GapChannel.Default) bool[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer[:STATe]:GAP<gap>:MANual:LOWer
value: bool = driver.applications.k14Xnr5G.sense.power.achannel.filterPy.state.gap.manual.lower.get(sb_gaps = enums.SubBlockGaps.AB, gapChannel = repcap.GapChannel.Default)

Turns the weighting filter for the specified lower gap channel on and off. 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

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(sb_gaps: RsFsw.enums.SubBlockGaps, state: bool, gapChannel=GapChannel.Default) None[source]
# SCPI: [SENSe]:POWer:ACHannel:FILTer[:STATe]:GAP<gap>:MANual:LOWer
driver.applications.k14Xnr5G.sense.power.achannel.filterPy.state.gap.manual.lower.set(sb_gaps = enums.SubBlockGaps.AB, state = False, gapChannel = repcap.GapChannel.Default)

Turns the weighting filter for the specified lower gap channel on and off. 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 state

ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

param gapChannel

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