ImportPy
SCPI Command :
REFCurve<*>:MULTichannel:IMPort
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(refCurve=RefCurve.Default) RefCurveMultichImpWform[source]
# REFCurve<*>:MULTichannel:IMPort value: enums.RefCurveMultichImpWform = driver.refCurve.multiChannel.importPy.get(refCurve = repcap.RefCurve.Default)
Assigns a waveform from the multichannel file to a reference waveform. To import all waveforms that are in the file, you must assign each waveform to another reference waveform.
- Parameters:
refCurve – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefCurve’)
- Returns:
mlt_ch_impt_wfm_sel: WF1 = WAVeform1, WF2 = WAVeform2, WF3 = WAVeform3, WF4 = WAVeform4 Selects the waveform in the export file.
- set(mlt_ch_impt_wfm_sel: RefCurveMultichImpWform, refCurve=RefCurve.Default) None[source]
# REFCurve<*>:MULTichannel:IMPort driver.refCurve.multiChannel.importPy.set(mlt_ch_impt_wfm_sel = enums.RefCurveMultichImpWform.NONE, refCurve = repcap.RefCurve.Default)
Assigns a waveform from the multichannel file to a reference waveform. To import all waveforms that are in the file, you must assign each waveform to another reference waveform.
- Parameters:
mlt_ch_impt_wfm_sel – WF1 = WAVeform1, WF2 = WAVeform2, WF3 = WAVeform3, WF4 = WAVeform4 Selects the waveform in the export file.
refCurve – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefCurve’)