Mapping
SCPI Command :
SLISt:ELEMent<CH>:MAPPing
- class MappingCls[source]
Mapping commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channel=Channel.Default) RsSmbv.enums.ErFpowSensMapping [source]
# SCPI: SLISt:ELEMent<CH>:MAPPing value: enums.ErFpowSensMapping = driver.slist.element.mapping.get(channel = repcap.Channel.Default)
Assigns an entry from the method RsSmbv.Slist.listPy to one of the four sensor channels.
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Element’)
- return
mapping: SENS1| SENSor1| SENS2| SENSor2| SENS3| SENSor3| SENS4| SENSor4| UNMapped Sensor channel.
- set(mapping: RsSmbv.enums.ErFpowSensMapping, channel=Channel.Default) None [source]
# SCPI: SLISt:ELEMent<CH>:MAPPing driver.slist.element.mapping.set(mapping = enums.ErFpowSensMapping.SENS1, channel = repcap.Channel.Default)
Assigns an entry from the method RsSmbv.Slist.listPy to one of the four sensor channels.
- param mapping
SENS1| SENSor1| SENS2| SENSor2| SENS3| SENSor3| SENS4| SENSor4| UNMapped Sensor channel.
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Element’)