Threshold
SCPI Command :
CONFigure:CTABle:EDIT:CARRier:THReshold
- class ThresholdCls[source]
Threshold commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: CONFigure:CTABle:EDIT:CARRier:THReshold value: float = driver.applications.k17Mcgd.configure.correctionTable.edit.carrier.threshold.get()
Sets the threshold of the selected carriers in the configuration assistant.
- return
selected_carrier_threshold: numeric value Unit: dBm
- set(selected_carrier_threshold: float) None [source]
# SCPI: CONFigure:CTABle:EDIT:CARRier:THReshold driver.applications.k17Mcgd.configure.correctionTable.edit.carrier.threshold.set(selected_carrier_threshold = 1.0)
Sets the threshold of the selected carriers in the configuration assistant.
- param selected_carrier_threshold
numeric value Unit: dBm