Offset

SCPI Command :

SCONfiguration:EXTernal:HSDigital<CH>:RF:POWer:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(index=Index.Default) float[source]
# SCONfiguration:EXTernal:HSDigital<CH>:RF:POWer:OFFSet
value: float = driver.sconfiguration.external.hsDigital.rf.power.offset.get(index = repcap.Index.Default)

In coupled mode, offsets the RF level of the external instrument with the selected delta value.

Parameters:

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

Returns:

power_offset: float Range: -100 to 100

set(power_offset: float, index=Index.Default) None[source]
# SCONfiguration:EXTernal:HSDigital<CH>:RF:POWer:OFFSet
driver.sconfiguration.external.hsDigital.rf.power.offset.set(power_offset = 1.0, index = repcap.Index.Default)

In coupled mode, offsets the RF level of the external instrument with the selected delta value.

Parameters:
  • power_offset – float Range: -100 to 100

  • index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘HsDigital’)