CiqFile

SCPI Command :

[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:CIQFile
class CiqFileCls[source]

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

get(allocationNull=AllocationNull.Default) str[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:CIQFile
value: str = driver.source.bb.ofdm.alloc.ciqFile.get(allocationNull = repcap.AllocationNull.Default)

Selects an existing file with custom I/Q data from the default directory or from the specific directory. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

param allocationNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)

return

custom_iq_file: string Filename including file extension or complete file path

set(custom_iq_file: str, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:CIQFile
driver.source.bb.ofdm.alloc.ciqFile.set(custom_iq_file = 'abc', allocationNull = repcap.AllocationNull.Default)

Selects an existing file with custom I/Q data from the default directory or from the specific directory. Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.

param custom_iq_file

string Filename including file extension or complete file path

param allocationNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)