Lower

SCPI Command :

[SENSe]:POWer:ACHannel:SPACing: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) float[source]
# SCPI: [SENSe]:POWer:ACHannel:SPACing:GAP<gap>:MANual:LOWer
value: float = driver.sense.power.achannel.spacing.gap.manual.lower.get(sb_gaps = enums.SubBlockGaps.AB, gapChannel = repcap.GapChannel.Default)

Defines the distance from sub block to the specified lower gap channel. The required spacing can be determined according to the following formula: Spacing = [CF of the gap channel] - [left sub block center] + ([RF bandwidth of left sub block] /2) 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

spacing: Unit: HZ

set(sb_gaps: RsFsw.enums.SubBlockGaps, spacing: float, gapChannel=GapChannel.Default) None[source]
# SCPI: [SENSe]:POWer:ACHannel:SPACing:GAP<gap>:MANual:LOWer
driver.sense.power.achannel.spacing.gap.manual.lower.set(sb_gaps = enums.SubBlockGaps.AB, spacing = 1.0, gapChannel = repcap.GapChannel.Default)

Defines the distance from sub block to the specified lower gap channel. The required spacing can be determined according to the following formula: Spacing = [CF of the gap channel] - [left sub block center] + ([RF bandwidth of left sub block] /2) 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 spacing

Unit: HZ

param gapChannel

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