Otime

SCPI Command :

[SOURce<HW>]:AREGenerator:MAPPing<CH>:ADJust:LEVel:OTIMe
class OtimeCls[source]

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

get(mappingChannel=MappingChannel.Default) int[source]
# SCPI: [SOURce<HW>]:AREGenerator:MAPPing<CH>:ADJust:LEVel:OTIMe
value: int = driver.source.areGenerator.mapping.adjust.level.otime.get(mappingChannel = repcap.MappingChannel.Default)

Sets the observation time to determine peaks of the channel output power level.

param mappingChannel:

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

return:

areg_adjust_otime: integer Range: 10 to 10000

set(areg_adjust_otime: int, mappingChannel=MappingChannel.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:MAPPing<CH>:ADJust:LEVel:OTIMe
driver.source.areGenerator.mapping.adjust.level.otime.set(areg_adjust_otime = 1, mappingChannel = repcap.MappingChannel.Default)

Sets the observation time to determine peaks of the channel output power level.

param areg_adjust_otime:

integer Range: 10 to 10000

param mappingChannel:

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