Upper
SCPI Command :
[SENSe]:POWer:ACHannel:BWIDth:GAP<gap>:MANual:UPPer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(sb_gaps: SubBlockGaps, gapChannel=GapChannel.Default) float[source]
# [SENSe]:POWer:ACHannel:BWIDth:GAP<gap>:MANual:UPPer value: float = driver.sense.power.achannel.bandwidth.gap.manual.upper.get(sb_gaps = enums.SubBlockGaps.AB, gapChannel = repcap.GapChannel.Default)
Defines the bandwidth of the upper gap channel in the specified gap. Is only available for for asymmetrical (manual) configuration of gap channels (see method
RsFsw.sense.power.achannel.gap.mode.set()) .- Parameters:
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) .
gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)
- Returns:
bandwidth: Unit: HZ
- set(sb_gaps: SubBlockGaps, bandwidth: float, gapChannel=GapChannel.Default) None[source]
# [SENSe]:POWer:ACHannel:BWIDth:GAP<gap>:MANual:UPPer driver.sense.power.achannel.bandwidth.gap.manual.upper.set(sb_gaps = enums.SubBlockGaps.AB, bandwidth = 1.0, gapChannel = repcap.GapChannel.Default)
Defines the bandwidth of the upper gap channel in the specified gap. Is only available for for asymmetrical (manual) configuration of gap channels (see method
RsFsw.sense.power.achannel.gap.mode.set()) .- Parameters:
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) .
bandwidth – Unit: HZ
gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)