Msize
SCPI Command :
[SENSe]:POWer:ACHannel:GAP<gap>[:AUTO]:MSIZe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(gapChannel=GapChannel.Default) float[source]
# [SENSe]:POWer:ACHannel:GAP<gap>[:AUTO]:MSIZe value: float = driver.sense.power.achannel.gap.auto.msize.get(gapChannel = repcap.GapChannel.Default)
If the gap between the sub blocks does not exceed the specified bandwidth, the gap channels are not displayed in the diagram, and the gap channel results are not calculated in the result summary. Is only available for symmetrical gap channels in ‘Auto’ gap mode (see method
RsFsw.sense.power.achannel.gap.mode.set()) .- Parameters:
gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)
- Returns:
bandwidth: numeric value in Hz Unit: Hz
- set(bandwidth: float, gapChannel=GapChannel.Default) None[source]
# [SENSe]:POWer:ACHannel:GAP<gap>[:AUTO]:MSIZe driver.sense.power.achannel.gap.auto.msize.set(bandwidth = 1.0, gapChannel = repcap.GapChannel.Default)
If the gap between the sub blocks does not exceed the specified bandwidth, the gap channels are not displayed in the diagram, and the gap channel results are not calculated in the result summary. Is only available for symmetrical gap channels in ‘Auto’ gap mode (see method
RsFsw.sense.power.achannel.gap.mode.set()) .- Parameters:
bandwidth – numeric value in Hz Unit: Hz
gapChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)