Dedication

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:POWer:RX:DEDication
class DedicationCls[source]

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

get(objectIx=ObjectIx.Default) RsSmw.enums.RegObjPowDedicStartRang[source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect<CH>:POWer:RX:DEDication
value: enums.RegObjPowDedicStartRang = driver.source.regenerator.object.power.rx.dedication.get(objectIx = repcap.ObjectIx.Default)

In [:SOURce<hw>]:REGenerator:RADar:POWer:MODE MANual mode and for moving objects, defines how to interpret the value PRX set with the command [:SOURce<hw>]:REGenerator:OBJect<ch>:POWer:RX.

param objectIx

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

return

dedication: STARt| END| ALL STARt PRx, jStartRange = PRX END PRx, jEndRange = PRX ALL PRx, jStartRange = PRx, jEndRange = PRX

set(dedication: RsSmw.enums.RegObjPowDedicStartRang, objectIx=ObjectIx.Default) None[source]
# SCPI: [SOURce<HW>]:REGenerator:OBJect<CH>:POWer:RX:DEDication
driver.source.regenerator.object.power.rx.dedication.set(dedication = enums.RegObjPowDedicStartRang.ALL, objectIx = repcap.ObjectIx.Default)

In [:SOURce<hw>]:REGenerator:RADar:POWer:MODE MANual mode and for moving objects, defines how to interpret the value PRX set with the command [:SOURce<hw>]:REGenerator:OBJect<ch>:POWer:RX.

param dedication

STARt| END| ALL STARt PRx, jStartRange = PRX END PRx, jEndRange = PRX ALL PRx, jStartRange = PRx, jEndRange = PRX

param objectIx

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