Delay

SCPI Command :

[SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:CABLecorr:CONNector<DI>:RX<ST>:USER:DELay
class DelayCls[source]

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

get(trxFrontent=TrxFrontent.Default, connector=Connector.Default, rxIndex=RxIndex.Default) float[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:CABLecorr:CONNector<DI>:RX<ST>:USER:DELay
value: float = driver.source.areGenerator.frontend.trx.cableCorr.connector.rx.user.delay.get(trxFrontent = repcap.TrxFrontent.Default, connector = repcap.Connector.Default, rxIndex = repcap.RxIndex.Default)

Requires [:SOURce<hw>]:AREGenerator:FRONtend:TRX<ch>|QAT<ch>|FE<ch>|CFE<ch>:CABLecorr:CONNector<di>:RX|TX:MODE USER. Sets a user-defined delay value.

param trxFrontent:

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

param connector:

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

param rxIndex:

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

return:

areg_cable_cor_del: float Range: 0 to 50

set(areg_cable_cor_del: float, trxFrontent=TrxFrontent.Default, connector=Connector.Default, rxIndex=RxIndex.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:FRONtend:TRX<CH>:CABLecorr:CONNector<DI>:RX<ST>:USER:DELay
driver.source.areGenerator.frontend.trx.cableCorr.connector.rx.user.delay.set(areg_cable_cor_del = 1.0, trxFrontent = repcap.TrxFrontent.Default, connector = repcap.Connector.Default, rxIndex = repcap.RxIndex.Default)

Requires [:SOURce<hw>]:AREGenerator:FRONtend:TRX<ch>|QAT<ch>|FE<ch>|CFE<ch>:CABLecorr:CONNector<di>:RX|TX:MODE USER. Sets a user-defined delay value.

param areg_cable_cor_del:

float Range: 0 to 50

param trxFrontent:

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

param connector:

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

param rxIndex:

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