Capture

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:IQRecorder:CAPTure
class CaptureCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Capt_Pre_Trig: int: Range: 1 Samples to 4194303

  • Capt_Post_Trig: int: Range: 1 Samples to 4194303

get() GetStruct[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:IQRecorder:CAPTure
value: GetStruct = driver.configure.vse.measurement.iqRecorder.capture.get()

Sets or queries the number of samples to be received before IQ recording is started (‘Pre Trigger’) and after which IQ recording is stopped (‘Post Trigger’) .

return:

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

set(capt_pre_trig: int, capt_post_trig: int = None, standard: Standard = None) None[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:IQRecorder:CAPTure
driver.configure.vse.measurement.iqRecorder.capture.set(capt_pre_trig = 1, capt_post_trig = 1, standard = enums.Standard.CUSTom)

Sets or queries the number of samples to be received before IQ recording is started (‘Pre Trigger’) and after which IQ recording is stopped (‘Post Trigger’) .

param capt_pre_trig:

Range: 1 Samples to 4194303

param capt_post_trig:

Range: 1 Samples to 4194303

param standard:

DMR | DPMR | NXDN | P25 | TETRa | LTE | SPECtrum | CUSTom DMR | DPMR | NXDN | P25 | TETRa | LTE Allows query of the number of samples. CUSTom Allows set and query of the number of samples.