Msize

SCPI Command :

[SENSe]:POWer:ACHannel:GAP<gap>[:AUTO]:MSIZe
class MsizeCls[source]

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

get(gapChannel=GapChannel.Default) float[source]
# SCPI: [SENSe]:POWer:ACHannel:GAP<gap>[:AUTO]:MSIZe
value: float = driver.applications.k14Xnr5G.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 [SENSe:]POWer:ACHannel:GAP<gap>:MODE) .

param gapChannel

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

return

bandwidth: numeric value in Hz Unit: Hz

set(bandwidth: float, gapChannel=GapChannel.Default) None[source]
# SCPI: [SENSe]:POWer:ACHannel:GAP<gap>[:AUTO]:MSIZe
driver.applications.k14Xnr5G.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 [SENSe:]POWer:ACHannel:GAP<gap>:MODE) .

param bandwidth

numeric value in Hz Unit: Hz

param gapChannel

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