Offset
SCPI Command :
[SOURce<HW>]:AREGenerator:FRONtend:FE<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:FE<CH>:TX<ST0>:OTA:OFFSet value: int = driver.source.areGenerator.frontend.fe.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 ‘Fe’)
- param txIndexNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tx’)
- return:
areg_fe_ota_offset: No help available
- set(areg_fe_ota_offset: int, channel=Channel.Default, txIndexNull=TxIndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:FE<CH>:TX<ST0>:OTA:OFFSet driver.source.areGenerator.frontend.fe.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:
No help available
- param channel:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fe’)
- param txIndexNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tx’)