Mode
SCPI Command :
[SENSe]:POWer:ACHannel:GAP<gap>:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(gapChannel=GapChannel.Default) RsFsw.enums.AutoManualMode [source]
# SCPI: [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.
- param gapChannel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)
- return
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 [SENSe:]POWer:ACHannel:GAPgap[:AUTO]:MSIZe. 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 [SENSe:]POWer:ACHannel:GCHannel[:STATe]:GAPgap:MANual:LOWer and [SENSe:]POWer:ACHannel:GCHannel[:STATe]:GAPgap:MANual:UPPer.
- set(mode: RsFsw.enums.AutoManualMode, gapChannel=GapChannel.Default) None [source]
# SCPI: [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.
- param 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 [SENSe:]POWer:ACHannel:GAPgap[:AUTO]:MSIZe. 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 [SENSe:]POWer:ACHannel:GCHannel[:STATe]:GAPgap:MANual:LOWer and [SENSe:]POWer:ACHannel:GCHannel[:STATe]:GAPgap:MANual:UPPer.
- param gapChannel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gap’)