Usch

SCPI Commands :

[SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:CATalog
[SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:DELete
[SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:FSELect
Commands in total: 3
Subgroups: 0
Direct child commands: 3
delete(filename: str) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:DELete
driver.source.bb.w3Gpp.mstation.udtx.usch.delete(filename = 'abc')

Deletes the selected file from the default or specified directory. Deleted are files with the file extension 3g_sch.

Parameters:

filename – string

get_catalog() List[str][source]
# [SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:CATalog
value: List[str] = driver.source.bb.w3Gpp.mstation.udtx.usch.get_catalog()

Queries the files with uplink user scheduling settings (file extension 3g_sch) in the default or the specified directory.

Returns:

catalog: string

get_fselect() str[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:FSELect
value: str = driver.source.bb.w3Gpp.mstation.udtx.usch.get_fselect()

Loads the selected file from the default or the specified directory. Loads are files with extension 3g_sch.

Returns:

filename: string

set_fselect(filename: str) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:UDTX:USCH:FSELect
driver.source.bb.w3Gpp.mstation.udtx.usch.set_fselect(filename = 'abc')

Loads the selected file from the default or the specified directory. Loads are files with extension 3g_sch.

Parameters:

filename – string