Predefined

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:PREDefined:LOAD
Commands in total: 2
Subgroups: 1
Direct child commands: 1
load(filename: str, frameIx=FrameIx.Default, slotNull=SlotNull.Default, subChannel=SubChannel.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:PREDefined:LOAD
driver.source.bb.gsm.frame.slot.subChannel.user.predefined.load(filename = 'abc', frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subChannel = repcap.SubChannel.Default, userIx = repcap.UserIx.Default)

This command loads the selected file with predefined slot 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’)

  • slotNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)

  • subChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)

  • userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

Cloning the Group

# Create a copy of the original group, that exists independently
predefined_copy = driver.source.bb.gsm.frame.slot.subChannel.user.predefined.clone()

Subgroups