Auto
SCPI Command :
[SENSe]:POWer:ACHannel:SPACing:GAP<gap>[:AUTO]
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(gapChannel=GapChannel.Default) float [source]
# SCPI: [SENSe]:POWer:ACHannel:SPACing:GAP<gap>[:AUTO] value: float = driver.applications.k14Xnr5G.sense.power.achannel.spacing.gap.auto.get(gapChannel = repcap.GapChannel.Default)
Defines the distance from sub block to the specified gap channel. In ‘Auto’ gap mode, channels in the upper gap are identical to those in the lower gap. Thus, only 2 gap channels are configured. The spacing for gap channels is defined in relation to the outer edges of the surrounding sub blocks, i.e. Spacing = [CF of the gap channel] - [left sub block center] + ([RF bandwidth of left sub block] /2) (See also Figure ‘MSR signal structure’ and Figure ‘Sub block definition’. )
- param gapChannel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)
- return
spacing: numeric value in Hz Unit: HZ
- set(spacing: float, gapChannel=GapChannel.Default) None [source]
# SCPI: [SENSe]:POWer:ACHannel:SPACing:GAP<gap>[:AUTO] driver.applications.k14Xnr5G.sense.power.achannel.spacing.gap.auto.set(spacing = 1.0, gapChannel = repcap.GapChannel.Default)
Defines the distance from sub block to the specified gap channel. In ‘Auto’ gap mode, channels in the upper gap are identical to those in the lower gap. Thus, only 2 gap channels are configured. The spacing for gap channels is defined in relation to the outer edges of the surrounding sub blocks, i.e. Spacing = [CF of the gap channel] - [left sub block center] + ([RF bandwidth of left sub block] /2) (See also Figure ‘MSR signal structure’ and Figure ‘Sub block definition’. )
- param spacing
numeric value in Hz Unit: HZ
- param gapChannel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)