Shape

SCPI Commands :

[SOURce<HW>]:NOISe:PHASenoise:SHAPe:SELect
[SOURce<HW>]:NOISe:PHASenoise:SHAPe:STORe
Commands in total: 3
Subgroups: 1
Direct child commands: 2
get_select() str[source]
# [SOURce<HW>]:NOISe:PHASenoise:SHAPe:SELect
value: str = driver.source.noise.phasenoise.shape.get_select()

Loads the selected file from the default or the specified directory. Loaded are files with extension fcf. Refer to ‘Handling files in the default or in a specified directory’ for general information on file handling in the default and in a specific directory. Query the name of the predefined files with the method RsSmw.source.noise.phasenoise.shape.predefined.catalog() .

Returns:

phasenoise_sel: ‘filename’ Filename or complete file path; file extension can be omitted

get_store() str[source]
# [SOURce<HW>]:NOISe:PHASenoise:SHAPe:STORe
value: str = driver.source.noise.phasenoise.shape.get_store()

Saves the current SSB profile settings into the selected file; the file extension (fcf) is assigned automatically. Refer to ‘Handling files in the default or in a specified directory’ for general information on file handling in the default and in a specific directory.

Returns:

phasenoise_store: ‘filename’ Filename or complete file path

set_select(phasenoise_sel: str) None[source]
# [SOURce<HW>]:NOISe:PHASenoise:SHAPe:SELect
driver.source.noise.phasenoise.shape.set_select(phasenoise_sel = 'abc')

Loads the selected file from the default or the specified directory. Loaded are files with extension fcf. Refer to ‘Handling files in the default or in a specified directory’ for general information on file handling in the default and in a specific directory. Query the name of the predefined files with the method RsSmw.source.noise.phasenoise.shape.predefined.catalog() .

Parameters:

phasenoise_sel – ‘filename’ Filename or complete file path; file extension can be omitted

set_store(phasenoise_store: str) None[source]
# [SOURce<HW>]:NOISe:PHASenoise:SHAPe:STORe
driver.source.noise.phasenoise.shape.set_store(phasenoise_store = 'abc')

Saves the current SSB profile settings into the selected file; the file extension (fcf) is assigned automatically. Refer to ‘Handling files in the default or in a specified directory’ for general information on file handling in the default and in a specific directory.

Parameters:

phasenoise_store – ‘filename’ Filename or complete file path

Cloning the Group

# Create a copy of the original group, that exists independently
shape_copy = driver.source.noise.phasenoise.shape.clone()

Subgroups