cplayback
¶
The cplayback commands module.
These commands are used in the following models: AWG70KA, AWG70KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- CPLayback:CAPTure:FILE <signal_name>,{SIQ|CIQ},<file_path>[,<file_path>]
- CPLayback:CAPTure:INSTrument:OSCilloscope <signal_name>,<instrument_name>,<source_1>,<source_2>
- CPLayback:CAPTure:INSTrument:RSA <signal_name>,<instrument_name>
- CPLayback:CAPTure:WLISt <signal_name>,<waveform_name>
- CPLayback:CLISt:NAME? <index>
- CPLayback:CLISt:SIGNal:DELete {ALL|signal_name}
- CPLayback:CLISt:SIGNal:SCOMpile <signal_name>,{OFF|ON|1|0}
- CPLayback:CLISt:SIGNal:SCOMpile?
- CPLayback:CLISt:SIGNal:WAVeform:FOFFset <signal_name>,<ALL|NR1>,<NRf>
- CPLayback:CLISt:SIGNal:WAVeform:FOFFset? <signal_name>,<NR1>
- CPLayback:CLISt:SIGNal:WAVeform:NAME? <signal_name>,<NR1>
- CPLayback:CLISt:SIGNal:WAVeform:OTIMe <signal_name>,<ALL|<NR1>,<NRf>
- CPLayback:CLISt:SIGNal:WAVeform:OTIMe? <signal_name>,<NR1>
- CPLayback:CLISt:SIGNal:WAVeform:SRATe <signal_name>,<ALL|NR1>,<NRf>
- CPLayback:CLISt:SIGNal:WAVeform:SRATe? <signal_name>,<NR1>
- CPLayback:CLISt:SIGNal:WCOunt? <signal_name>
- CPLayback:CLISt:SIZE?
- CPLayback:COMPile
- CPLayback:COMPile:CFRequency <carrier_frequency>
- CPLayback:COMPile:CFRequency?
- CPLayback:COMPile:LSEQuence {ON|OFF|1|0}
- CPLayback:COMPile:LSEQuence?
- CPLayback:COMPile:NORMalize {NONE|FSCale|ZREFerence}
- CPLayback:COMPile:NORMalize?
- CPLayback:COMPile:SRATe <NRf>
- CPLayback:COMPile:SRATe:AUTO {ON|OFF|1|0}
- CPLayback:COMPile:SRATe:AUTO?
- CPLayback:COMPile:SRATe?
Cplayback
¶
Bases: SCPICmdRead
The CPLayback command tree.
Usage
- Using the
.query()method will send theCPLayback?query. - Using the
.verify(value)method will send theCPLayback?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.capture: TheCPLayback:CAPTurecommand tree..clist: TheCPLayback:CLIStcommand tree..compile: TheCPLayback:COMPilecommand.
capture
property
¶
capture: CplaybackCapture
Return the CPLayback:CAPTure command tree.
Usage
- Using the
.query()method will send theCPLayback:CAPTure?query. - Using the
.verify(value)method will send theCPLayback:CAPTure?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.file: TheCPLayback:CAPTure:FILEcommand..instrument: TheCPLayback:CAPTure:INSTrumentcommand tree..wlist: TheCPLayback:CAPTure:WLIStcommand.
clist
property
¶
clist: CplaybackClist
Return the CPLayback:CLISt command tree.
Usage
- Using the
.query()method will send theCPLayback:CLISt?query. - Using the
.verify(value)method will send theCPLayback:CLISt?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.name: TheCPLayback:CLISt:NAMEcommand..signal: TheCPLayback:CLISt:SIGNalcommand tree..size: TheCPLayback:CLISt:SIZEcommand.
compile
property
¶
compile: CplaybackCompile
Return the CPLayback:COMPile command.
Description
- The command resamples and upconverts the selected signal to the specified carrier frequency. With Option 03 (Sequencing) enabled: A sequence is generated containing all waveform segments in the signal (even if the signal contains only one waveform segment. Without Option 03 (Sequencing): A waveform is generated if there is only one waveform segment in the signal. If the signal contains multiple waveform segments, the compile fails and an error message is generated. You can select to compile more than one signal at a time. The compile process generates a sequence (or waveform) for each of the selected signals.
Usage
- Using the
.write()method will send theCPLayback:COMPilecommand.
SCPI Syntax
- CPLayback:COMPile
Sub-properties
.cfrequency: TheCPLayback:COMPile:CFRequencycommand..lsequence: TheCPLayback:COMPile:LSEQuencecommand..normalize: TheCPLayback:COMPile:NORMalizecommand..srate: TheCPLayback:COMPile:SRATecommand.
CplaybackCapture
¶
Bases: SCPICmdRead
The CPLayback:CAPTure command tree.
Usage
- Using the
.query()method will send theCPLayback:CAPTure?query. - Using the
.verify(value)method will send theCPLayback:CAPTure?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.file: TheCPLayback:CAPTure:FILEcommand..instrument: TheCPLayback:CAPTure:INSTrumentcommand tree..wlist: TheCPLayback:CAPTure:WLIStcommand.
file
property
¶
file: CplaybackCaptureFile
Return the CPLayback:CAPTure:FILE command.
Description
- The command imports baseband IQ waveform data and adds the waveform to the specified Signal Name in the captured signal list. If the specified Signal Name does not exist, it is created and added to the captured signal list. You can import a single IQ waveform, containing both the I and Q data, or you can import separate I and Q data files. When importing a single IQ waveform, the following file types are supported: .IQT - RSA3000 Series waveform file format.TIQ - RSA6000 Series waveform file format.MAT - MATLAB file format.TMP - Midas Blue file format.PRM - Midas Blue file format When importing individual I and Q data files, the following file types are supported: .WFMX - AWG70000 Series waveform file format.TXT - AWG400/AWG500/AWG600/AWG700/AWG5000/AWG7000 Series waveform.WFM - AWG400/AWG500/AWG600/AWG700/AWG5000/AWG7000 Series waveform.MAT - MATLAB file format.RFD - RFXpress waveform file format
Usage
- Using the
.write(value)method will send theCPLayback:CAPTure:FILE valuecommand.
SCPI Syntax
- CPLayback:CAPTure:FILE <signal_name>,{SIQ|CIQ},<file_path>[,<file_path>]
instrument
property
¶
instrument: CplaybackCaptureInstrument
Return the CPLayback:CAPTure:INSTrument command tree.
Usage
- Using the
.query()method will send theCPLayback:CAPTure:INSTrument?query. - Using the
.verify(value)method will send theCPLayback:CAPTure:INSTrument?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.oscilloscope: TheCPLayback:CAPTure:INSTrument:OSCilloscopecommand..rsa: TheCPLayback:CAPTure:INSTrument:RSAcommand.
wlist
property
¶
wlist: CplaybackCaptureWlist
Return the CPLayback:CAPTure:WLISt command.
Description
- This command adds the specified IQ waveform from the Waveform List to the specified signal in the Captured Signal List. If the specified signal does not exist, a new signal is created and added to the captured signal list.
Usage
- Using the
.write(value)method will send theCPLayback:CAPTure:WLISt valuecommand.
SCPI Syntax
- CPLayback:CAPTure:WLISt <signal_name>,<waveform_name>
CplaybackCaptureFile
¶
Bases: SCPICmdWrite
The CPLayback:CAPTure:FILE command.
Description
- The command imports baseband IQ waveform data and adds the waveform to the specified Signal Name in the captured signal list. If the specified Signal Name does not exist, it is created and added to the captured signal list. You can import a single IQ waveform, containing both the I and Q data, or you can import separate I and Q data files. When importing a single IQ waveform, the following file types are supported: .IQT - RSA3000 Series waveform file format.TIQ - RSA6000 Series waveform file format.MAT - MATLAB file format.TMP - Midas Blue file format.PRM - Midas Blue file format When importing individual I and Q data files, the following file types are supported: .WFMX - AWG70000 Series waveform file format.TXT - AWG400/AWG500/AWG600/AWG700/AWG5000/AWG7000 Series waveform.WFM
- AWG400/AWG500/AWG600/AWG700/AWG5000/AWG7000 Series waveform.MAT - MATLAB file format.RFD
- RFXpress waveform file format
Usage
- Using the
.write(value)method will send theCPLayback:CAPTure:FILE valuecommand.
SCPI Syntax
- CPLayback:CAPTure:FILE <signal_name>,{SIQ|CIQ},<file_path>[,<file_path>]
CplaybackCaptureInstrument
¶
Bases: SCPICmdRead
The CPLayback:CAPTure:INSTrument command tree.
Usage
- Using the
.query()method will send theCPLayback:CAPTure:INSTrument?query. - Using the
.verify(value)method will send theCPLayback:CAPTure:INSTrument?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.oscilloscope: TheCPLayback:CAPTure:INSTrument:OSCilloscopecommand..rsa: TheCPLayback:CAPTure:INSTrument:RSAcommand.
oscilloscope
property
¶
oscilloscope: CplaybackCaptureInstrumentOscilloscope
Return the CPLayback:CAPTure:INSTrument:OSCilloscope command.
Description
- This command connects to the specified oscilloscope, transfers the existing acquisition from the oscilloscope to the AWG, and adds it to the specified signal. If the specified signal does not exist, it is created and added to the captured signal list.
Usage
- Using the
.write(value)method will send theCPLayback:CAPTure:INSTrument:OSCilloscope valuecommand.
SCPI Syntax
- CPLayback:CAPTure:INSTrument:OSCilloscope <signal_name>,<instrument_name>,<source_1>,<source_2>
rsa
property
¶
Return the CPLayback:CAPTure:INSTrument:RSA command.
Description
- This command connects to the specified RSA (Realtime Spectrum Analyzer), transfers the existing acquisition to the AWG, and adds it to the specified signal. If the specified signal does not exist, it is created and added to the captured signal list.
Usage
- Using the
.write(value)method will send theCPLayback:CAPTure:INSTrument:RSA valuecommand.
SCPI Syntax
- CPLayback:CAPTure:INSTrument:RSA <signal_name>,<instrument_name>
CplaybackCaptureInstrumentOscilloscope
¶
Bases: SCPICmdWrite
The CPLayback:CAPTure:INSTrument:OSCilloscope command.
Description
- This command connects to the specified oscilloscope, transfers the existing acquisition from the oscilloscope to the AWG, and adds it to the specified signal. If the specified signal does not exist, it is created and added to the captured signal list.
Usage
- Using the
.write(value)method will send theCPLayback:CAPTure:INSTrument:OSCilloscope valuecommand.
SCPI Syntax
- CPLayback:CAPTure:INSTrument:OSCilloscope <signal_name>,<instrument_name>,<source_1>,<source_2>
CplaybackCaptureInstrumentRsa
¶
Bases: SCPICmdWrite
The CPLayback:CAPTure:INSTrument:RSA command.
Description
- This command connects to the specified RSA (Realtime Spectrum Analyzer), transfers the existing acquisition to the AWG, and adds it to the specified signal. If the specified signal does not exist, it is created and added to the captured signal list.
Usage
- Using the
.write(value)method will send theCPLayback:CAPTure:INSTrument:RSA valuecommand.
SCPI Syntax
- CPLayback:CAPTure:INSTrument:RSA <signal_name>,<instrument_name>
CplaybackCaptureWlist
¶
Bases: SCPICmdWrite
The CPLayback:CAPTure:WLISt command.
Description
- This command adds the specified IQ waveform from the Waveform List to the specified signal in the Captured Signal List. If the specified signal does not exist, a new signal is created and added to the captured signal list.
Usage
- Using the
.write(value)method will send theCPLayback:CAPTure:WLISt valuecommand.
SCPI Syntax
- CPLayback:CAPTure:WLISt <signal_name>,<waveform_name>
CplaybackClist
¶
Bases: SCPICmdRead
The CPLayback:CLISt command tree.
Usage
- Using the
.query()method will send theCPLayback:CLISt?query. - Using the
.verify(value)method will send theCPLayback:CLISt?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.name: TheCPLayback:CLISt:NAMEcommand..signal: TheCPLayback:CLISt:SIGNalcommand tree..size: TheCPLayback:CLISt:SIZEcommand.
name
property
¶
name: CplaybackClistName
Return the CPLayback:CLISt:NAME command.
Description
- This command returns the name of a signal from the Captured Signal List in the position specified by the index value.
Usage
- Using the
.query(argument)method will send theCPLayback:CLISt:NAME? argumentquery. - Using the
.verify(argument, value)method will send theCPLayback:CLISt:NAME? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CPLayback:CLISt:NAME? <index>
signal
property
¶
signal: CplaybackClistSignal
Return the CPLayback:CLISt:SIGNal command tree.
Usage
- Using the
.query()method will send theCPLayback:CLISt:SIGNal?query. - Using the
.verify(value)method will send theCPLayback:CLISt:SIGNal?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.delete: TheCPLayback:CLISt:SIGNal:DELetecommand..scompile: TheCPLayback:CLISt:SIGNal:SCOMpilecommand..waveform: TheCPLayback:CLISt:SIGNal:WAVeformcommand tree..wcount: TheCPLayback:CLISt:SIGNal:WCOuntcommand.
size
property
¶
size: CplaybackClistSize
Return the CPLayback:CLISt:SIZE command.
Description
- This command returns the number of signals in the Captured Signal List.
Usage
- Using the
.query()method will send theCPLayback:CLISt:SIZE?query. - Using the
.verify(value)method will send theCPLayback:CLISt:SIZE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CPLayback:CLISt:SIZE?
CplaybackClistName
¶
Bases: SCPICmdReadWithArguments
The CPLayback:CLISt:NAME command.
Description
- This command returns the name of a signal from the Captured Signal List in the position specified by the index value.
Usage
- Using the
.query(argument)method will send theCPLayback:CLISt:NAME? argumentquery. - Using the
.verify(argument, value)method will send theCPLayback:CLISt:NAME? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CPLayback:CLISt:NAME? <index>
CplaybackClistSignal
¶
Bases: SCPICmdRead
The CPLayback:CLISt:SIGNal command tree.
Usage
- Using the
.query()method will send theCPLayback:CLISt:SIGNal?query. - Using the
.verify(value)method will send theCPLayback:CLISt:SIGNal?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.delete: TheCPLayback:CLISt:SIGNal:DELetecommand..scompile: TheCPLayback:CLISt:SIGNal:SCOMpilecommand..waveform: TheCPLayback:CLISt:SIGNal:WAVeformcommand tree..wcount: TheCPLayback:CLISt:SIGNal:WCOuntcommand.
delete
property
¶
delete: CplaybackClistSignalDelete
Return the CPLayback:CLISt:SIGNal:DELete command.
Description
- This command removes the specified signal from the Captured Signal List.
Usage
- Using the
.write(value)method will send theCPLayback:CLISt:SIGNal:DELete valuecommand.
SCPI Syntax
- CPLayback:CLISt:SIGNal:DELete {ALL|signal_name}
scompile
property
¶
scompile: CplaybackClistSignalScompile
Return the CPLayback:CLISt:SIGNal:SCOMpile command.
Description
- This command selects or deselects a signal from the captured signal list to be compiled. Single signals are selected with the command but more than one signal can be selected for compilation by sending multiple commands. Signals remain selected until deselected with this command. The query form returns the list of selected signals.
Usage
- Using the
.query()method will send theCPLayback:CLISt:SIGNal:SCOMpile?query. - Using the
.verify(value)method will send theCPLayback:CLISt:SIGNal:SCOMpile?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:CLISt:SIGNal:SCOMpile valuecommand.
SCPI Syntax
- CPLayback:CLISt:SIGNal:SCOMpile <signal_name>,{OFF|ON|1|0}
- CPLayback:CLISt:SIGNal:SCOMpile?
Info
*RSTsets this to 0.
waveform
property
¶
waveform: CplaybackClistSignalWaveform
Return the CPLayback:CLISt:SIGNal:WAVeform command tree.
Usage
- Using the
.query()method will send theCPLayback:CLISt:SIGNal:WAVeform?query. - Using the
.verify(value)method will send theCPLayback:CLISt:SIGNal:WAVeform?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.foffset: TheCPLayback:CLISt:SIGNal:WAVeform:FOFFsetcommand..name: TheCPLayback:CLISt:SIGNal:WAVeform:NAMEcommand..otime: TheCPLayback:CLISt:SIGNal:WAVeform:OTIMecommand..srate: TheCPLayback:CLISt:SIGNal:WAVeform:SRATecommand.
wcount
property
¶
wcount: CplaybackClistSignalWcount
Return the CPLayback:CLISt:SIGNal:WCOunt command.
Description
- This command returns the number of waveform segments in the specified signal in the Captured Signal List.
Usage
- Using the
.query(argument)method will send theCPLayback:CLISt:SIGNal:WCOunt? argumentquery. - Using the
.verify(argument, value)method will send theCPLayback:CLISt:SIGNal:WCOunt? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CPLayback:CLISt:SIGNal:WCOunt? <signal_name>
CplaybackClistSignalDelete
¶
Bases: SCPICmdWrite
The CPLayback:CLISt:SIGNal:DELete command.
Description
- This command removes the specified signal from the Captured Signal List.
Usage
- Using the
.write(value)method will send theCPLayback:CLISt:SIGNal:DELete valuecommand.
SCPI Syntax
- CPLayback:CLISt:SIGNal:DELete {ALL|signal_name}
CplaybackClistSignalScompile
¶
Bases: SCPICmdWrite, SCPICmdRead
The CPLayback:CLISt:SIGNal:SCOMpile command.
Description
- This command selects or deselects a signal from the captured signal list to be compiled. Single signals are selected with the command but more than one signal can be selected for compilation by sending multiple commands. Signals remain selected until deselected with this command. The query form returns the list of selected signals.
Usage
- Using the
.query()method will send theCPLayback:CLISt:SIGNal:SCOMpile?query. - Using the
.verify(value)method will send theCPLayback:CLISt:SIGNal:SCOMpile?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:CLISt:SIGNal:SCOMpile valuecommand.
SCPI Syntax
- CPLayback:CLISt:SIGNal:SCOMpile <signal_name>,{OFF|ON|1|0}
- CPLayback:CLISt:SIGNal:SCOMpile?
Info
*RSTsets this to 0.
CplaybackClistSignalWaveform
¶
Bases: SCPICmdRead
The CPLayback:CLISt:SIGNal:WAVeform command tree.
Usage
- Using the
.query()method will send theCPLayback:CLISt:SIGNal:WAVeform?query. - Using the
.verify(value)method will send theCPLayback:CLISt:SIGNal:WAVeform?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.foffset: TheCPLayback:CLISt:SIGNal:WAVeform:FOFFsetcommand..name: TheCPLayback:CLISt:SIGNal:WAVeform:NAMEcommand..otime: TheCPLayback:CLISt:SIGNal:WAVeform:OTIMecommand..srate: TheCPLayback:CLISt:SIGNal:WAVeform:SRATecommand.
foffset
property
¶
foffset: CplaybackClistSignalWaveformFoffset
Return the CPLayback:CLISt:SIGNal:WAVeform:FOFFset command.
Description
- This command sets or returns the frequency offset of the specified waveform segment of the specified signal in the Captured Signal List.
Usage
- Using the
.query(argument)method will send theCPLayback:CLISt:SIGNal:WAVeform:FOFFset? argumentquery. - Using the
.verify(argument, value)method will send theCPLayback:CLISt:SIGNal:WAVeform:FOFFset? argumentquery and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:CLISt:SIGNal:WAVeform:FOFFset valuecommand.
SCPI Syntax
- CPLayback:CLISt:SIGNal:WAVeform:FOFFset <signal_name>,<ALL|NR1>,<NRf>
- CPLayback:CLISt:SIGNal:WAVeform:FOFFset? <signal_name>,<NR1>
name
property
¶
Return the CPLayback:CLISt:SIGNal:WAVeform:NAME command.
Description
- This command returns the name of the specified waveform segment of the specified signal in the Captured Signal List.
Usage
- Using the
.query(argument)method will send theCPLayback:CLISt:SIGNal:WAVeform:NAME? argumentquery. - Using the
.verify(argument, value)method will send theCPLayback:CLISt:SIGNal:WAVeform:NAME? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CPLayback:CLISt:SIGNal:WAVeform:NAME? <signal_name>,<NR1>
otime
property
¶
Return the CPLayback:CLISt:SIGNal:WAVeform:OTIMe command.
Description
- This command sets or returns the Off time between waveform segments of the specified signal in the Captured Signal List.
Usage
- Using the
.query(argument)method will send theCPLayback:CLISt:SIGNal:WAVeform:OTIMe? argumentquery. - Using the
.verify(argument, value)method will send theCPLayback:CLISt:SIGNal:WAVeform:OTIMe? argumentquery and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:CLISt:SIGNal:WAVeform:OTIMe valuecommand.
SCPI Syntax
- CPLayback:CLISt:SIGNal:WAVeform:OTIMe <signal_name>,<ALL|<NR1>,<NRf>
- CPLayback:CLISt:SIGNal:WAVeform:OTIMe? <signal_name>,<NR1>
srate
property
¶
Return the CPLayback:CLISt:SIGNal:WAVeform:SRATe command.
Description
- This command sets or returns the baseband sample rate of a waveform segment of a signal in the Captured Signal List.
Usage
- Using the
.query(argument)method will send theCPLayback:CLISt:SIGNal:WAVeform:SRATe? argumentquery. - Using the
.verify(argument, value)method will send theCPLayback:CLISt:SIGNal:WAVeform:SRATe? argumentquery and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:CLISt:SIGNal:WAVeform:SRATe valuecommand.
SCPI Syntax
- CPLayback:CLISt:SIGNal:WAVeform:SRATe <signal_name>,<ALL|NR1>,<NRf>
- CPLayback:CLISt:SIGNal:WAVeform:SRATe? <signal_name>,<NR1>
CplaybackClistSignalWaveformFoffset
¶
Bases: SCPICmdWrite, SCPICmdReadWithArguments
The CPLayback:CLISt:SIGNal:WAVeform:FOFFset command.
Description
- This command sets or returns the frequency offset of the specified waveform segment of the specified signal in the Captured Signal List.
Usage
- Using the
.query(argument)method will send theCPLayback:CLISt:SIGNal:WAVeform:FOFFset? argumentquery. - Using the
.verify(argument, value)method will send theCPLayback:CLISt:SIGNal:WAVeform:FOFFset? argumentquery and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:CLISt:SIGNal:WAVeform:FOFFset valuecommand.
SCPI Syntax
- CPLayback:CLISt:SIGNal:WAVeform:FOFFset <signal_name>,<ALL|NR1>,<NRf>
- CPLayback:CLISt:SIGNal:WAVeform:FOFFset? <signal_name>,<NR1>
CplaybackClistSignalWaveformName
¶
Bases: SCPICmdReadWithArguments
The CPLayback:CLISt:SIGNal:WAVeform:NAME command.
Description
- This command returns the name of the specified waveform segment of the specified signal in the Captured Signal List.
Usage
- Using the
.query(argument)method will send theCPLayback:CLISt:SIGNal:WAVeform:NAME? argumentquery. - Using the
.verify(argument, value)method will send theCPLayback:CLISt:SIGNal:WAVeform:NAME? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CPLayback:CLISt:SIGNal:WAVeform:NAME? <signal_name>,<NR1>
CplaybackClistSignalWaveformOtime
¶
Bases: SCPICmdWrite, SCPICmdReadWithArguments
The CPLayback:CLISt:SIGNal:WAVeform:OTIMe command.
Description
- This command sets or returns the Off time between waveform segments of the specified signal in the Captured Signal List.
Usage
- Using the
.query(argument)method will send theCPLayback:CLISt:SIGNal:WAVeform:OTIMe? argumentquery. - Using the
.verify(argument, value)method will send theCPLayback:CLISt:SIGNal:WAVeform:OTIMe? argumentquery and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:CLISt:SIGNal:WAVeform:OTIMe valuecommand.
SCPI Syntax
- CPLayback:CLISt:SIGNal:WAVeform:OTIMe <signal_name>,<ALL|<NR1>,<NRf>
- CPLayback:CLISt:SIGNal:WAVeform:OTIMe? <signal_name>,<NR1>
CplaybackClistSignalWaveformSrate
¶
Bases: SCPICmdWrite, SCPICmdReadWithArguments
The CPLayback:CLISt:SIGNal:WAVeform:SRATe command.
Description
- This command sets or returns the baseband sample rate of a waveform segment of a signal in the Captured Signal List.
Usage
- Using the
.query(argument)method will send theCPLayback:CLISt:SIGNal:WAVeform:SRATe? argumentquery. - Using the
.verify(argument, value)method will send theCPLayback:CLISt:SIGNal:WAVeform:SRATe? argumentquery and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:CLISt:SIGNal:WAVeform:SRATe valuecommand.
SCPI Syntax
- CPLayback:CLISt:SIGNal:WAVeform:SRATe <signal_name>,<ALL|NR1>,<NRf>
- CPLayback:CLISt:SIGNal:WAVeform:SRATe? <signal_name>,<NR1>
CplaybackClistSignalWcount
¶
Bases: SCPICmdReadWithArguments
The CPLayback:CLISt:SIGNal:WCOunt command.
Description
- This command returns the number of waveform segments in the specified signal in the Captured Signal List.
Usage
- Using the
.query(argument)method will send theCPLayback:CLISt:SIGNal:WCOunt? argumentquery. - Using the
.verify(argument, value)method will send theCPLayback:CLISt:SIGNal:WCOunt? argumentquery and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CPLayback:CLISt:SIGNal:WCOunt? <signal_name>
CplaybackClistSize
¶
Bases: SCPICmdRead
The CPLayback:CLISt:SIZE command.
Description
- This command returns the number of signals in the Captured Signal List.
Usage
- Using the
.query()method will send theCPLayback:CLISt:SIZE?query. - Using the
.verify(value)method will send theCPLayback:CLISt:SIZE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- CPLayback:CLISt:SIZE?
CplaybackCompile
¶
Bases: SCPICmdWriteNoArguments, SCPICmdRead
The CPLayback:COMPile command.
Description
- The command resamples and upconverts the selected signal to the specified carrier frequency. With Option 03 (Sequencing) enabled: A sequence is generated containing all waveform segments in the signal (even if the signal contains only one waveform segment. Without Option 03 (Sequencing): A waveform is generated if there is only one waveform segment in the signal. If the signal contains multiple waveform segments, the compile fails and an error message is generated. You can select to compile more than one signal at a time. The compile process generates a sequence (or waveform) for each of the selected signals.
Usage
- Using the
.write()method will send theCPLayback:COMPilecommand.
SCPI Syntax
- CPLayback:COMPile
Properties
.cfrequency: TheCPLayback:COMPile:CFRequencycommand..lsequence: TheCPLayback:COMPile:LSEQuencecommand..normalize: TheCPLayback:COMPile:NORMalizecommand..srate: TheCPLayback:COMPile:SRATecommand.
cfrequency
property
¶
cfrequency: CplaybackCompileCfrequency
Return the CPLayback:COMPile:CFRequency command.
Description
- This command sets or returns the Carrier Frequency for the compiled signals.
Usage
- Using the
.query()method will send theCPLayback:COMPile:CFRequency?query. - Using the
.verify(value)method will send theCPLayback:COMPile:CFRequency?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:COMPile:CFRequency valuecommand.
SCPI Syntax
- CPLayback:COMPile:CFRequency <carrier_frequency>
- CPLayback:COMPile:CFRequency?
Info
*RSTsets this to 1 GHz.
lsequence
property
¶
lsequence: CplaybackCompileLsequence
Return the CPLayback:COMPile:LSEQuence command.
Description
- This command sets or returns if the compiled sequence should loop on itself, setting the GoTo of last sequence step to First.
Usage
- Using the
.query()method will send theCPLayback:COMPile:LSEQuence?query. - Using the
.verify(value)method will send theCPLayback:COMPile:LSEQuence?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:COMPile:LSEQuence valuecommand.
SCPI Syntax
- CPLayback:COMPile:LSEQuence {ON|OFF|1|0}
- CPLayback:COMPile:LSEQuence?
normalize
property
¶
normalize: CplaybackCompileNormalize
Return the CPLayback:COMPile:NORMalize command.
Description
- This command sets or returns if the IQ waveforms will be normalized during import.
Usage
- Using the
.query()method will send theCPLayback:COMPile:NORMalize?query. - Using the
.verify(value)method will send theCPLayback:COMPile:NORMalize?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:COMPile:NORMalize valuecommand.
SCPI Syntax
- CPLayback:COMPile:NORMalize {NONE|FSCale|ZREFerence}
- CPLayback:COMPile:NORMalize?
srate
property
¶
srate: CplaybackCompileSrate
Return the CPLayback:COMPile:SRATe command.
Description
- This command sets or returns the output sampling rate for the compiled signals.
Usage
- Using the
.query()method will send theCPLayback:COMPile:SRATe?query. - Using the
.verify(value)method will send theCPLayback:COMPile:SRATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:COMPile:SRATe valuecommand.
SCPI Syntax
- CPLayback:COMPile:SRATe <NRf>
- CPLayback:COMPile:SRATe?
Info
*RSTsets this to the maximum sample rate.
Sub-properties
.auto: TheCPLayback:COMPile:SRATe:AUTOcommand.
CplaybackCompileCfrequency
¶
Bases: SCPICmdWrite, SCPICmdRead
The CPLayback:COMPile:CFRequency command.
Description
- This command sets or returns the Carrier Frequency for the compiled signals.
Usage
- Using the
.query()method will send theCPLayback:COMPile:CFRequency?query. - Using the
.verify(value)method will send theCPLayback:COMPile:CFRequency?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:COMPile:CFRequency valuecommand.
SCPI Syntax
- CPLayback:COMPile:CFRequency <carrier_frequency>
- CPLayback:COMPile:CFRequency?
Info
*RSTsets this to 1 GHz.
CplaybackCompileLsequence
¶
Bases: SCPICmdWrite, SCPICmdRead
The CPLayback:COMPile:LSEQuence command.
Description
- This command sets or returns if the compiled sequence should loop on itself, setting the GoTo of last sequence step to First.
Usage
- Using the
.query()method will send theCPLayback:COMPile:LSEQuence?query. - Using the
.verify(value)method will send theCPLayback:COMPile:LSEQuence?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:COMPile:LSEQuence valuecommand.
SCPI Syntax
- CPLayback:COMPile:LSEQuence {ON|OFF|1|0}
- CPLayback:COMPile:LSEQuence?
CplaybackCompileNormalize
¶
Bases: SCPICmdWrite, SCPICmdRead
The CPLayback:COMPile:NORMalize command.
Description
- This command sets or returns if the IQ waveforms will be normalized during import.
Usage
- Using the
.query()method will send theCPLayback:COMPile:NORMalize?query. - Using the
.verify(value)method will send theCPLayback:COMPile:NORMalize?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:COMPile:NORMalize valuecommand.
SCPI Syntax
- CPLayback:COMPile:NORMalize {NONE|FSCale|ZREFerence}
- CPLayback:COMPile:NORMalize?
CplaybackCompileSrate
¶
Bases: SCPICmdWrite, SCPICmdRead
The CPLayback:COMPile:SRATe command.
Description
- This command sets or returns the output sampling rate for the compiled signals.
Usage
- Using the
.query()method will send theCPLayback:COMPile:SRATe?query. - Using the
.verify(value)method will send theCPLayback:COMPile:SRATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:COMPile:SRATe valuecommand.
SCPI Syntax
- CPLayback:COMPile:SRATe <NRf>
- CPLayback:COMPile:SRATe?
Info
*RSTsets this to the maximum sample rate.
Properties
.auto: TheCPLayback:COMPile:SRATe:AUTOcommand.
auto
property
¶
Return the CPLayback:COMPile:SRATe:AUTO command.
Description
- This command sets or returns if the system will calculate the output sampling rate automatically when compiling the selected signals.
Usage
- Using the
.query()method will send theCPLayback:COMPile:SRATe:AUTO?query. - Using the
.verify(value)method will send theCPLayback:COMPile:SRATe:AUTO?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:COMPile:SRATe:AUTO valuecommand.
SCPI Syntax
- CPLayback:COMPile:SRATe:AUTO {ON|OFF|1|0}
- CPLayback:COMPile:SRATe:AUTO?
CplaybackCompileSrateAuto
¶
Bases: SCPICmdWrite, SCPICmdRead
The CPLayback:COMPile:SRATe:AUTO command.
Description
- This command sets or returns if the system will calculate the output sampling rate automatically when compiling the selected signals.
Usage
- Using the
.query()method will send theCPLayback:COMPile:SRATe:AUTO?query. - Using the
.verify(value)method will send theCPLayback:COMPile:SRATe:AUTO?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theCPLayback:COMPile:SRATe:AUTO valuecommand.
SCPI Syntax
- CPLayback:COMPile:SRATe:AUTO {ON|OFF|1|0}
- CPLayback:COMPile:SRATe:AUTO?