Dedication
SCPI Command :
[SOURce<HW>]:REGenerator:OBJect<CH>:POWer:RX:DEDication
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(objectIx=ObjectIx.Default) RegObjPowDedicStartRang[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:POWer:RX:DEDication value: enums.RegObjPowDedicStartRang = driver.source.regenerator.object.power.rx.dedication.get(objectIx = repcap.ObjectIx.Default)
In method
RsSmw.source.regenerator.radar.power.mode()MANual mode and for moving objects, defines how to interpret the value PRX set with the methodRsSmw.source.regenerator.object.power.rx.set().- Parameters:
objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)
- Returns:
dedication: STARt | END | ALL STARt PRx, jStartRange = PRX END PRx, jEndRange = PRX ALL PRx, jStartRange = PRx, jEndRange = PRX
- set(dedication: RegObjPowDedicStartRang, objectIx=ObjectIx.Default) None[source]
# [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 method
RsSmw.source.regenerator.radar.power.mode()MANual mode and for moving objects, defines how to interpret the value PRX set with the methodRsSmw.source.regenerator.object.power.rx.set().- Parameters:
dedication – STARt | END | ALL STARt PRx, jStartRange = PRX END PRx, jEndRange = PRX ALL PRx, jStartRange = PRx, jEndRange = PRX
objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)