Threshold

SCPI Command :

CONFigure:CTABle:CARRier:THReshold
class ThresholdCls[source]

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

class ThresholdStruct[source]

Response structure. Fields:

  • Index: int: Carrier position

  • Carrier_Threshold: float: numeric value Unit: dBm

get() ThresholdStruct[source]
# SCPI: CONFigure:CTABle:CARRier:THReshold
value: ThresholdStruct = driver.applications.k17Mcgd.configure.correctionTable.carrier.threshold.get()

Sets the threshold of a specific carrier of the carrier table.

return

structure: for return value, see the help for ThresholdStruct structure arguments.

set(index: int, carrier_threshold: float) None[source]
# SCPI: CONFigure:CTABle:CARRier:THReshold
driver.applications.k17Mcgd.configure.correctionTable.carrier.threshold.set(index = 1, carrier_threshold = 1.0)

Sets the threshold of a specific carrier of the carrier table.

param index

Carrier position

param carrier_threshold

numeric value Unit: dBm