Edc

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:RFSettings:EDC:OUTPut
CONFigure:GSM:SIGNaling<Instance>:RFSettings:EDC:INPut
class Edc[source]

Edc commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_input_py()float[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:EDC:INPut
value: float = driver.configure.rfSettings.edc.get_input_py()

Define the value of an external time delay in the output path and in the input path, so that it can be compensated.

return

time: Range: 0 s to 20E-6 s, Unit: s

get_output()float[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:EDC:OUTPut
value: float = driver.configure.rfSettings.edc.get_output()

Define the value of an external time delay in the output path and in the input path, so that it can be compensated.

return

time: Range: 0 s to 20E-6 s, Unit: s

set_input_py(time: float)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:EDC:INPut
driver.configure.rfSettings.edc.set_input_py(time = 1.0)

Define the value of an external time delay in the output path and in the input path, so that it can be compensated.

param time

Range: 0 s to 20E-6 s, Unit: s

set_output(time: float)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:EDC:OUTPut
driver.configure.rfSettings.edc.set_output(time = 1.0)

Define the value of an external time delay in the output path and in the input path, so that it can be compensated.

param time

Range: 0 s to 20E-6 s, Unit: s