Threshold
SCPI Command :
CONFigure:CTABle:EDIT:CARRier:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# 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.
- Returns:
selected_carrier_threshold: numeric value Unit: dBm
- set(selected_carrier_threshold: float) None[source]
# 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.
- Parameters:
selected_carrier_threshold – numeric value Unit: dBm