interface PointDetectConfig {
    BlueResistor: number;
    ComPort: string;
    DetectBlueGainStep: number;
    DetectGreenGainStep: number;
    DetectRedGainStep: number;
    DetectThreshold: ThresholdTypeEnum;
    DetectType: DetectPointTypeEnum;
    GreenResistor: number;
    IsSynchronousGain: boolean;
    IsUsedResistor: boolean;
    IsUseGain: boolean;
    RedResistor: number;
    ScreenChipType: ChipTypeEnum;
    ScreenIndex: number;
    ScreenSN: string;
}

Hierarchy

Properties

BlueResistor: number = common.Int32_300
ComPort: string = common.string_empty
DetectBlueGainStep: number = common.Int32_32
DetectGreenGainStep: number = common.Int32_32
DetectRedGainStep: number = common.Int32_32
DetectThreshold: ThresholdTypeEnum
GreenResistor: number = common.Int32_300
IsSynchronousGain: boolean = common.Bool_true
IsUsedResistor: boolean = common.Bool_false
IsUseGain: boolean = common.Bool_true
RedResistor: number = common.Int32_300
ScreenChipType: ChipTypeEnum
ScreenIndex: number = common.Int32_0
ScreenSN: string = common.string_empty