SpfSelection
SCPI Command :
LANE<*>:EMBedding:COMPonent<*>:SPFSelection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default, component=Component.Default) SparamFileSelect[source]
# LANE<*>:EMBedding:COMPonent<*>:SPFSelection value: enums.SparamFileSelect = driver.lane.embedding.component.spfSelection.get(lane = repcap.Lane.Default, component = repcap.Component.Default)
No help available
- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
component – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Component’)
- Returns:
sparam_file_sel: SPF1 | SPF2
- set(sparam_file_sel: SparamFileSelect, lane=Lane.Default, component=Component.Default) None[source]
# LANE<*>:EMBedding:COMPonent<*>:SPFSelection driver.lane.embedding.component.spfSelection.set(sparam_file_sel = enums.SparamFileSelect.SPF1, lane = repcap.Lane.Default, component = repcap.Component.Default)
No help available
- Parameters:
sparam_file_sel – SPF1 | SPF2
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
component – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Component’)