Offset

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:OTA:OFFSet
class OffsetCls[source]

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

get(trxFrontent=TrxFrontent.Default) int[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:OTA:OFFSet
value: int = driver.source.areGenerator.frontend.trx.ota.offset.get(trxFrontent = repcap.TrxFrontent.Default)

Specifies the length of the gap between frontend and target.

param trxFrontent:

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

return:

areg_fe_ota_offset: integer Range: 0.01 to 30

set(areg_fe_ota_offset: int, trxFrontent=TrxFrontent.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:OTA:OFFSet
driver.source.areGenerator.frontend.trx.ota.offset.set(areg_fe_ota_offset = 1, trxFrontent = repcap.TrxFrontent.Default)

Specifies the length of the gap between frontend and target.

param areg_fe_ota_offset:

integer Range: 0.01 to 30

param trxFrontent:

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