Predefined
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:PREDefined:LOAD
- class PredefinedCls[source]
Predefined commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- load(filename: str, frameIx=FrameIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:PREDefined:LOAD driver.source.bb.gsm.frame.predefined.load(filename = 'abc', frameIx = repcap.FrameIx.Default)
This command loads the selected file with predefined frame settings. The directory is pre-set, therefore a path cannot be specified.
- param filename
string
- param frameIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gsm.frame.predefined.clone()
Subgroups