Offset
SCPI Command :
[SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:RX<ST>:OTA:OFFSet
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channel=Channel.Default, rxIndex=RxIndex.Default) int [source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:RX<ST>:OTA:OFFSet value: int = driver.source.areGenerator.frontend.cfe.rx.ota.offset.get(channel = repcap.Channel.Default, rxIndex = repcap.RxIndex.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 rxIndex:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rx’)
- return:
areg_fe_ota_offset: No help available
- set(areg_fe_ota_offset: int, channel=Channel.Default, rxIndex=RxIndex.Default) None [source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:CFE<CH>:RX<ST>:OTA:OFFSet driver.source.areGenerator.frontend.cfe.rx.ota.offset.set(areg_fe_ota_offset = 1, channel = repcap.Channel.Default, rxIndex = repcap.RxIndex.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 ‘Cfe’)
- param rxIndex:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rx’)