Mapping

SCPI Command :

SLISt:ELEMent<CH>:MAPPing
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) ErFpowSensMapping[source]
# SLISt:ELEMent<CH>:MAPPing
value: enums.ErFpowSensMapping = driver.slist.element.mapping.get(channel = repcap.Channel.Default)

Assigns an entry from the method RsSmw.slist.list_py() to one of the four sensor channels.

Parameters:

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

Returns:

mapping: SENS1 | SENSor1 | SENS2 | SENSor2 | SENS3 | SENSor3 | SENS4 | SENSor4 | UNMapped Sensor channel.

set(mapping: ErFpowSensMapping, channel=Channel.Default) None[source]
# SLISt:ELEMent<CH>:MAPPing
driver.slist.element.mapping.set(mapping = enums.ErFpowSensMapping.SENS1, channel = repcap.Channel.Default)

Assigns an entry from the method RsSmw.slist.list_py() to one of the four sensor channels.

Parameters:
  • mapping – SENS1 | SENSor1 | SENS2 | SENSor2 | SENS3 | SENSor3 | SENS4 | SENSor4 | UNMapped Sensor channel.

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