Predefined
SCPI Command :
[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:PREDefined:LOAD
- Commands in total: 2Subgroups: 1Direct child commands: 1
- load(filename: str, frameIx=FrameIx.Default) None[source]
# [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.
- Parameters:
filename – string
frameIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
Cloning the Group
# Create a copy of the original group, that exists independently
predefined_copy = driver.source.bb.gsm.frame.predefined.clone()
Subgroups