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]
Commands in total: 4
Subgroups: 0
Direct child commands: 4
get_catalog() List[str][source]
# [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.

Returns:

catalog: string

get_data() List[float][source]
# [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 method RsSmw.source.iq.output.analog.envelope.shaping.pv.file.new() .

get_select() str[source]
# [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) .

Returns:

filename: string

set_data(ipartq_out_env_shape_data_pv: List[float]) None[source]
# [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 method RsSmw.source.iq.output.analog.envelope.shaping.pv.file.new() .

set_new(iq_out_env_shape_data_pv_new_file: List[float]) None[source]
# [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.

set_select(filename: str) None[source]
# [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) .

Parameters:

filename – string