Offset

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:TX<ST0>:OTA:OFFSet
class OffsetCls[source]

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

get(channel=Channel.Default, txIndexNull=TxIndexNull.Default) int[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:TX<ST0>:OTA:OFFSet
value: int = driver.source.areGenerator.frontend.cfe.tx.ota.offset.get(channel = repcap.Channel.Default, txIndexNull = repcap.TxIndexNull.Default)

Specifies the length of the gap between frontend and target.

param channel:

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

param txIndexNull:

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

return:

areg_fe_ota_offset: integer Range: 0.01 to 30

set(areg_fe_ota_offset: int, channel=Channel.Default, txIndexNull=TxIndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:TX<ST0>:OTA:OFFSet
driver.source.areGenerator.frontend.cfe.tx.ota.offset.set(areg_fe_ota_offset = 1, channel = repcap.Channel.Default, txIndexNull = repcap.TxIndexNull.Default)

Specifies the length of the gap between frontend and target.

param areg_fe_ota_offset:

integer Range: 0.01 to 30

param channel:

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

param txIndexNull:

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