Threshold

SCPI Command :

CONFigure:CTABle:CARRier:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class ThresholdStruct[source]

Response structure. Fields:

  • 1 Index: int: Carrier position

  • 2 Carrier_Threshold: float: numeric value Unit: dBm

get() ThresholdStruct[source]
# 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.

Returns:

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

set(index: int, carrier_threshold: float) None[source]
# 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.

Parameters:
  • index – Carrier position

  • carrier_threshold – numeric value Unit: dBm