File

SCPI Commands :

[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:PV:FILE:CATalog
[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:PV:FILE:DATA
[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:PV:FILE:NEW
[SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:PV:FILE:[SELect]
class FileCls[source]

File commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:PV:FILE:CATalog
value: List[str] = driver.source.iq.output.analog.envelope.shaping.pv.file.get_catalog()

Queries the available table shaping files in the default directory. Only files with the file extension *.iq_lut or *. iq_lutpv are listed.

return

catalog: string

get_data() List[float][source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:PV:FILE:DATA
value: List[float] = driver.source.iq.output.analog.envelope.shaping.pv.file.get_data()

Defines the shaping function in a raw data format. See also [:SOURce<hw>]:IQ:OUTPut[:ANALog]:ENVelope:SHAPing:PV:FILE:NEW.

return

ipartq_out_env_shape_data_pv: No help available

get_select() str[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:PV:FILE:[SELect]
value: str = driver.source.iq.output.analog.envelope.shaping.pv.file.get_select()

Selects an envelope shaping file (extension *.iq_lut or *.iq_lutpv) .

return

filename: string

set_data(ipartq_out_env_shape_data_pv: List[float]) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:PV:FILE:DATA
driver.source.iq.output.analog.envelope.shaping.pv.file.set_data(ipartq_out_env_shape_data_pv = [1.1, 2.2, 3.3])

Defines the shaping function in a raw data format. See also [:SOURce<hw>]:IQ:OUTPut[:ANALog]:ENVelope:SHAPing:PV:FILE:NEW.

param ipartq_out_env_shape_data_pv

No help available

set_new(iq_out_env_shape_data_pv_new_file: List[float]) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:PV:FILE:NEW
driver.source.iq.output.analog.envelope.shaping.pv.file.set_new(iq_out_env_shape_data_pv_new_file = [1.1, 2.2, 3.3])

Stores the shaping values into a file with the selected file name and loads it. The file is stored in the default directory or in the directory specified with the absolute file path. If the file does not yet exist, a new file is created. The file extension is assigned automatically.

param iq_out_env_shape_data_pv_new_file

No help available

set_select(filename: str) None[source]
# SCPI: [SOURce<HW>]:IQ:OUTPut:[ANALog]:ENVelope:SHAPing:PV:FILE:[SELect]
driver.source.iq.output.analog.envelope.shaping.pv.file.set_select(filename = 'abc')

Selects an envelope shaping file (extension *.iq_lut or *.iq_lutpv) .

param filename

string