Level

SCPI Command :

[SOURce<HW>]:AREGenerator:MAPPing<CH>:[SUBChannel<ST>]:ADJust:LEVel
class LevelCls[source]

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

set(mappingChannel=MappingChannel.Default, subchannel=Subchannel.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:MAPPing<CH>:[SUBChannel<ST>]:ADJust:LEVel
driver.source.areGenerator.mapping.subChannel.adjust.level.set(mappingChannel = repcap.MappingChannel.Default, subchannel = repcap.Subchannel.Default)

Adjusts the input attenuation of the R&S AREG800A for the applied signal automatically for the selected output channel.

param mappingChannel:

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

param subchannel:

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

set_with_opc(mappingChannel=MappingChannel.Default, subchannel=Subchannel.Default, opc_timeout_ms: int = -1) None[source]