Mode

SCPI Command :

[SENSe]:POWer:ACHannel:GAP<gap>:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(gapChannel=GapChannel.Default) AutoManualMode[source]
# [SENSe]:POWer:ACHannel:GAP<gap>:MODE
value: enums.AutoManualMode = driver.sense.power.achannel.gap.mode.get(gapChannel = repcap.GapChannel.Default)

Defines how gap channels are configured.

Parameters:

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

Returns:

mode: AUTO | MANual AUTO In ‘Auto’ mode, upper and lower gap channels are configured identically, so only two channels need to be configured (gap 1, gap 2) . Gap channels are configured identically for all gaps, if more than two sub blocks are defined. Depending on the defined minimum gap size, the actual number of evaluated gap channels is determined automatically. See also method RsFsw.sense.power.achannel.gap.auto.msize.set() . MANual In ‘Manual’ mode, up to four channels can be configured individually for each gap. Active gap channels are always evaluated, regardless of the gap size. See also method RsFsw.sense.power.achannel.gchannel.state.gap.manual.lower.set() and method RsFsw.sense.power.achannel.gchannel.state.gap.manual.upper.set() .

set(mode: AutoManualMode, gapChannel=GapChannel.Default) None[source]
# [SENSe]:POWer:ACHannel:GAP<gap>:MODE
driver.sense.power.achannel.gap.mode.set(mode = enums.AutoManualMode.AUTO, gapChannel = repcap.GapChannel.Default)

Defines how gap channels are configured.

Parameters:
  • mode – AUTO | MANual AUTO In ‘Auto’ mode, upper and lower gap channels are configured identically, so only two channels need to be configured (gap 1, gap 2) . Gap channels are configured identically for all gaps, if more than two sub blocks are defined. Depending on the defined minimum gap size, the actual number of evaluated gap channels is determined automatically. See also method RsFsw.sense.power.achannel.gap.auto.msize.set() . MANual In ‘Manual’ mode, up to four channels can be configured individually for each gap. Active gap channels are always evaluated, regardless of the gap size. See also method RsFsw.sense.power.achannel.gchannel.state.gap.manual.lower.set() and method RsFsw.sense.power.achannel.gchannel.state.gap.manual.upper.set() .

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