Detector
SCPI Command :
[SENSe]:LIST:RANGe<ri>:DETector
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(rangePy=RangePy.Default) DetectorC[source]
# [SENSe]:LIST:RANGe<ri>:DETector value: enums.DetectorC = driver.sense.listPy.range.detector.get(rangePy = repcap.RangePy.Default)
This command selects the detector for a spurious emission measurement range. The sweep list cannot be configured using remote commands during an on-going sweep operation.
- Parameters:
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- Returns:
detector: APEak Autopeak NEGative minimum peak detector POSitive peak detector SAMPle sample detector RMS RMS detector AVERage average detector
- set(detector: DetectorC, rangePy=RangePy.Default) None[source]
# [SENSe]:LIST:RANGe<ri>:DETector driver.sense.listPy.range.detector.set(detector = enums.DetectorC.ACSine, rangePy = repcap.RangePy.Default)
This command selects the detector for a spurious emission measurement range. The sweep list cannot be configured using remote commands during an on-going sweep operation.
- Parameters:
detector – APEak Autopeak NEGative minimum peak detector POSitive peak detector SAMPle sample detector RMS RMS detector AVERage average detector
rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)